Remove an Issue
DELETE /api/0/organizations/{organization_slug}/issues/{issue_id}/
Removes an individual issue.
Path Parameters
organization_slug
(string)REQUIREDThe slug of the organization the issue belongs to.
issue_id
(string)REQUIREDThe ID of the issue to delete.
Scopes
You need to authenticate via bearer auth token.
<auth_token>
requires one of the following scopes:event:admin
curl https://sentry.io/api/0/organizations/{organization_slug}/issues/{issue_id}/ \ -H 'Authorization: Bearer <auth_token>' \ -X DELETE
RESPONSE
Success.