Delete Customer by External ID
Intent
Removes the customer by external id.
When to call it
Call this only after your application has identified the customer by external id that should be removed.
Access boundary
Authorize the request with a token that carries customers:write.
Successful result
A successful request returns 204 without a response document.
Operational notes
Immediately cancels any active subscriptions and revokes any active benefits.
Set anonymize=true to also anonymize PII for GDPR compliance.
DELETE
Delete Customer by External ID
Authorizations
Path Parameters
Identifier of the customer external.
Query Parameters
Parameter: If true, also anonymize the customer's personal data for GDPR compliance.
Response
Response: Customer deleted.
Previous
Read Member### Intent
Reads the member without changing it.
### When to call it
Call this after your application has received or stored the identifier for the member.
### Access boundary
Authorize the request with a token that carries `members:read` or `members:write`.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
Next
Delete Customer by External ID