Issues

Delete issue

Deletes an issue.

An issue cannot be deleted if it has one or more subtasks. To delete an issue with subtasks, set deleteSubtasks. This causes the issue's subtasks to be deleted with the issue.

This operation can be accessed anonymously.

Permissions required:

delete/rest/api/2/issue/{issueIdOrKey}

Path parameters

issueIdOrKeystring required

The ID or key of the issue.

Query parameters

deleteSubtasks'true' | 'false'

Whether the issue's subtasks are deleted when the issue is deleted.

Response

Returned if the request is successful.

Changes

No recorded changes to this endpoint across all 16 revisions of this API.