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.
Operational notes
Delete a member by external ID. One of customer_id or external_customer_id must be specified.
Scopes: members:write
DELETE
Delete Member by External ID
Authorizations
You can generate an Organization Access Token from your organization's settings.
Path Parameters
The member external ID.
Query Parameters
The customer ID.
The customer external ID.
Response
Member deleted.