title | sidebar_order |
---|---|
Bulk Remove a List of Issues |
5 |
DELETE /api/0/projects/{organization_slug}/{project_slug}/issues/
: Permanently remove the given issues. The list of issues tomodify is given through the id
query parameter. It is repeatedfor each issue that should be removed.Only queries by 'id' are accepted.If any ids are out of scope this operation will succeed withoutany data mutation.