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)REQUIREDThe ID or slug of the custom integration.
Scopes
You need to authenticate via bearer auth token.
<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
CopiedNo Content.
Was this helpful?