cURL
curl --request DELETE \ --url https://www.closient.com/account/api/v1/organizations/{org_id}/members/{member_id} \ --header 'X-API-Key: <api-key>'
Remove a member from the organization.
UUID of the organization.
UUID of the membership record.
OK