v1

latestOpenAPI 3.0.02026-07-26168846732.2 KB
Customers

Customers - Delete

Delete a customer record.

delete/customers/{customer_id}

Path parameters

customer_idstring required

The unique identifier for the Customer

Response

Customer was Deleted

idstring required

Unique identifier for the customer

merchant_reference_idstring required

The identifier for the customer object

customer_deletedboolean required

Whether customer was deleted or not

address_deletedboolean required

Whether address was deleted or not

payment_methods_deletedboolean required

Whether payment methods deleted or not

Example response

{
  "id": "0a_cus_01926c58bc6e77c09e809964e72af8c8",
  "merchant_reference_id": "cus_y3oqhf46pyzuxjbcn2giaqnb44"
}