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

204

User removed from organization