Organizations
Remove a member
Removes a member from the organization (only the org membership — the person's underlying BazaarLink account is not deleted). Only an org_admin of that organization may call this. There is one safety guard: removing a member who is the organization's only remaining org_admin is blocked with 400, so the organization can never end up with no admin.
DELETE
/api/v1/orgs/:orgId/members/:memberIdAuthorizations
Authorizationrequiredstring · header
API key as bearer token in the Authorization header.
Path parameters
orgIdrequiredstring
The organization ID, from a GET /orgs response.
memberIdrequiredstring
The member ID, from a list-members or add-a-member response.
Response examples