Delete a customer

DELETE {{baseUrl}}/v1/customers/:customer

Permanently deletes a customer. It cannot be undone. Also immediately cancels any active subscriptions on the customer.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"id":"cus_NJxjSuPZXlx5Md","object":"customer","deleted":true}