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
Delete a customer by external ID.
Immediately cancels any active subscriptions and revokes any active benefits.
Set anonymize=true to also anonymize PII for GDPR compliance.
Scopes: customers:write
Authorizations
You can generate an Organization Access Token from your organization's settings.
Path Parameters
The customer external ID.
Query Parameters
If true, also anonymize the customer's personal data for GDPR compliance.
Response
Customer deleted.