DELETE
/
members
/
{user_id}
/
roles
/
{role_id}
Delete Member Role
curl --request DELETE \
  --url https://{tenantDomain}/my-org/members/{user_id}/roles/{role_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

user_id
string
required

The user ID.

role_id
string
required

The ID of a role that can be assigned to a member of an organization.

Response

204

The role was successfully removed from the member.