Remove an Issue

Removes an individual issue.

Path Parameters

issue_id (string)
REQUIRED

The ID of the issue to delete.

Scopes

<auth_token> requires the following scopes:
  • event:admin
DELETE /api/0/issues/{issue_id}/
curl https://sentry.io/api/0/issues/{issue_id}/ \
 -H 'Authorization: Bearer <auth_token>' \
 -X DELETE
RESPONSE
Success.