Users
Delete organization membership for user
Removes a user from an organization by user ID. This action is irreversible and may also remove related group memberships.
delete/api/v1/memberships/organizations/{organization_id}/users/{id}
Path parameters
organization_idstring required
Unique organization identifier. Must start with 'org_' and be 1-32 characters long
idstring required
System-generated user ID. Must start with 'usr_' (19-25 characters)
Response
User successfully marked for deletion. No content returned
{"stackTrail":"paths:/api/v1/memberships/organizations/{organization_id}/users/{id}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}