Skip to main content
DELETE
/
organizations
/
{organizationId}
/
members
/
{userId}
/
roles
/
{roleName}
Remove role from organization member
curl --request DELETE \
  --url https://api.hixbe.com/account/organizations/{organizationId}/members/{userId}/roles/{roleName} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required
userId
string
required
roleName
string
required

Response

204

Role removed from user successfully