Deletes an attachment from an issue.This operation can be accessed anonymously.Permissions required: For the project holding the issue containing the attachment:
Delete own attachmentsproject permission to delete an attachment created by the calling user.
Delete all attachmentsproject permission to delete an attachment created by any user.
Request
Path Params
Responses
🟢204Returned if the request is successful.
application/json
Body
🟠403Returned if the user does not have the necessary permission.
🟠404Returned if:
* the attachment is not found.
* attachments are disabled in the Jira settings.