Skip to main content
DELETE
/
v0
/
organizations
/
{organization_id}
/
members
/
{user_id}
curl --request DELETE \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>/members/<user_id>' \
  --header "Authorization: Bearer $UNIFY_KEY"
// No Content
Remove a member from an organization. Requires org:write permission. Automatically revokes all organization-specific API keys for the member. Personal API keys are NOT affected.

Authorizations

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

Path Parameters

organization_id
integer
required
user_id
string
required
curl --request DELETE \
  --url 'https://api.unify.ai/v0/organizations/<organization_id>/members/<user_id>' \
  --header "Authorization: Bearer $UNIFY_KEY"
// No Content