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)REQUIREDThe ID or slug of the organization the resource belongs to.
external_user_id
(integer)REQUIREDThe ID of the external user object. This is returned when creating an external user.
Scopes
You need to authenticate via bearer auth token.
<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.