v1

latestOpenAPI 3.0.02026-08-0696238481.7 KB
Customers

Delete a customer (and all their payment methods)

This is used to delete a customer by its unique Id

delete/customers/{customerId}

Path parameters

customerIdstring required
Example:cus_01FCTS1XMKH9FF43CAFA4CXT3P

Customer to delete

Response

Customer successfully deleted

idstring

The Id of the deleted customer

Example response

{
  "id": "cus_01G0EYVFR02KBBVE2YWQ8AKMGJ"
}