Delete an Integration for an Organization

DELETE /api/0/organizations/{organization_id_or_slug}/integrations/{integration_id}/

OrganizationIntegrationBaseEndpoints expect both Integration and OrganizationIntegration DB entries to exist for a given organization and integration_id.

Path Parameters

organization_id_or_slug (string)
REQUIRED

The ID or slug of the organization the resource belongs to.

integration_id (string)
REQUIRED

The ID of the integration installed on the organization.

Scopes

<auth_token> requires one of the following scopes:
  • org:admin
  • org:integrations
Copied
curl https://sentry.io/api/0/organizations/{organization_id_or_slug}/integrations/{integration_id}/ \
 -H 'Authorization: Bearer <auth_token>' \
 -X DELETE
RESPONSE
Copied
No Content.