Sazabi
APIMembers

Remove a member

DELETE
/members/{member}

Remove a member from an organization.

Path Parameters

member*string

User ID, or URL-encoded email address, of the member to remove.

Length1 <= length

Query Parameters

organizationId?string

Organization containing the member. Auto-filled from CLI and SDK context when omitted. User tokens must supply it unless the credential's fixed scope resolves it; secret keys may omit it (the key's organization applies).

Length1 <= length

Response Body

application/json

curl -X DELETE "https://example.com/members/string"
{  "removedUserId": "string"}