Delete Customer

Delete a customer from your account. This action cannot be undone.

Endpoint

DELETE /api/customers/{customer_id}

Path Parameters

ParameterTypeRequiredDescription
customer_idstringYesThe unique identifier for the customer

Response

Returns a success message.
{
  "message": "Customer successfully deleted",
  "customer_id": "cust_123456789"
}