Delete Customer
Introduction
Delete a customer
Interface
DELETE /v1/customers/:customer_id
Danger
Deleting a customer will also cancel all mandates and subscriptions associated with that customer.
Request Params
N/A
Response Params
Response Example
200 success:
{
"deleted": true,
"id": "cst_O4aTmTC0eXj5Oejb"
}