Delete Member
Intent
Removes the member.
When to call it
Call this only after your application has identified the member that should be removed.
Access boundary
Authorize the request with a token that carries members:write.
Successful result
A successful request returns 204 without a response document.
Operational notes
The authenticated user or organization must have access to the member’s organization.
DELETE
Delete Member
Previous
Delete Member by External ID### Intent
Removes the member by external id.
### When to call it
Call this only after your application has identified the member by external id that should be removed.
### Access boundary
Authorize the request with a token that carries `members:write`.
### Successful result
A successful request returns `204` without a response document.
Next
Delete Member