Delete user
DELETE/api/organizations/:organization_id/users/:user_id
Delete user
Request
Responses
200 Successfully deleted user
Authentication failed. The bearer token is missing or invalid, or the API key and secret pair could not be verified.
The caller is authenticated but is not allowed to perform this action on this resource.
No user with the supplied user_id belongs to this organization.
An unexpected error occurred while processing the request.