API Reference · Customers
Delete a customer
Permanently deletes a customer.
DELETE
/v1/customers/:idDeletion is blocked if the customer has any invoices, payments, or active recurring templates — delete or void those first. The Stripe Customer on your connected account is not deleted.
Path parameters
idstringRequiredCustomer id (`cus_…`).
Errors
404
resource_missingNo customer exists with that id.
409
resource_in_useCustomer has dependent invoices, payments, or recurring templates.