Skip to main content
DELETE
/
organizations
/
{organizationId}
/
users
/
{userId}
/
permissions
Clear all direct permissions from user
curl --request DELETE \
  --url https://api.hixbe.com/account/organizations/{organizationId}/users/{userId}/permissions \
  --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

Response

200

All permissions cleared