Delete an External User

DELETE /api/0/organizations/{organization_id_or_slug}/external-users/{external_user_id}/

Delete the link between a user from an external provider and a Sentry user.

Path Parameters

organization_id_or_slug (string)
REQUIRED

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

external_user_id (integer)
REQUIRED

The ID of the external user object. This is returned when creating an external user.

Scopes

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