English
cURL
curl --request DELETE \ --url https://{tenantDomain}/my-org/members/{user_id}/roles/{role_id} \ --header 'Authorization: Bearer <token>'
204
This response does not have an example.
Remove a role from a member.
The access token received from the authorization server in the OAuth 2.0 flow.
The user ID.
The ID of a role that can be assigned to a member of an organization.
The role was successfully removed from the member.