Delete an Organization Member
Delete an organization member with a SCIM User DELETE Request.
Path Parameters
organization_slug
(string)REQUIREDThe slug of the organization.
member_id
(integer)REQUIREDThe id of the member you'd like to delete.
Scopes
You need to authenticate via bearer auth token.
<auth_token>
requires the following scopes:member:admin
DELETE /api/0/organizations/{organization_slug}/scim/v2/Users/{member_id}
curl https://sentry.io/api/0/organizations/{organization_slug}/scim/v2/Users/{member_id} \ -H 'Authorization: Bearer <auth_token>' \ -X DELETE
RESPONSE
Success.