cURL
curl --request DELETE \ --url https://api.example.com/api/v1/organizations/{organizationID}/users/{userID} \ --header 'Authorization: Bearer <token>'
{ "error": "access_denied", "error_description": "authentication failed" }
Deletes a user and disassociates them with all groups they are a member of.
Operation requires OAuth 2.0 bearer token authentication.
An organization ID.
A user ID.
User removed and all groups disassociated with the user.