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

<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 DELETE
RESPONSE
Success.