Skip to main content
DELETE
/
account
/
api
/
v1
/
organizations
/
{org_id}
/
members
/
{member_id}
Remove a member
curl --request DELETE \
  --url https://www.closient.com/account/api/v1/organizations/{org_id}/members/{member_id} \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

Path Parameters

org_id
string<uuid>
required

UUID of the organization.

member_id
string<uuid>
required

UUID of the membership record.

Response

200

OK