Delete a custom integration.

DELETE /api/0/sentry-apps/{sentry_app_id_or_slug}/

Delete a custom integration.

Path Parameters

sentry_app_id_or_slug (string)
REQUIRED

The ID or slug of the custom integration.

Scopes

<auth_token> requires one of the following scopes:
  • org:admin
Copied
curl https://sentry.io/api/0/sentry-apps/{sentry_app_id_or_slug}/ \
 -H 'Authorization: Bearer <auth_token>' \
 -X DELETE
RESPONSE
Copied
No Content.
Was this helpful?