Immediately cancels any active subscriptions and revokes any active benefits.
Scopes: customers:write
DELETE
/
v1
/
customers
/
external
/
{external_id}
Python (SDK)
Copy
Ask AI
from polar_sdk import Polarwith Polar( access_token="<YOUR_BEARER_TOKEN_HERE>",) as polar: polar.customers.delete_external(external_id="<id>") # Use the SDK ...
from polar_sdk import Polarwith Polar( access_token="<YOUR_BEARER_TOKEN_HERE>",) as polar: polar.customers.delete_external(external_id="<id>") # Use the SDK ...