Skip to main content
DELETE
/
api
/
users
/
{user_id}
/
roles
/
{id}
Remove a role from a user (unattach)
curl --request DELETE \
  --url https://api.example.com/api/users/{user_id}/roles/{id}

Path Parameters

user_id
string
required

User id (should be a UUID)

id
string
required

Role id (should be a UUID)

Response

ACCEPTED