Delete an Organization Member
DELETE /api/0/organizations/{organization_slug}/members/{member_id}/
Remove an organization member.
Path Parameters
organization_slug
(string)REQUIREDThe slug of the organization the resource belongs to.
member_id
(string)REQUIREDThe ID of the member to delete.
Scopes
You need to authenticate via bearer auth token.
<auth_token>
requires one of the following scopes:member:admin
member:read
member:write
curl https://sentry.io/api/0/organizations/{organization_slug}/members/{member_id}/ \ -H 'Authorization: Bearer <auth_token>' \ -X DELETE
RESPONSE
No Content.