Delete an External Issue
DELETE /api/0/sentry-app-installations/{uuid}/external-issues/{external_issue_id}/
Delete an external issue.
Path Parameters
- uuid(string)REQUIRED
- The uuid of the integration platform integration. 
- external_issue_id(string)REQUIRED
- The ID of the external issue. 
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/sentry-app-installations/{uuid}/external-issues/{external_issue_id}/ \
 -H 'Authorization: Bearer <auth_token>' \
 -X DELETERESPONSE
Success.