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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"id":"cus_NJxjSuPZXlx5Md","object":"customer","deleted":true}