Members

Remove a member

Remove a member from an organization.

delete/members/{member}

Path parameters

memberstring required

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

Query parameters

organizationIdstring

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).

Response

OK

removedUserIdstring required

User ID removed from the organization.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.