Customers
Customers - Delete
Delete a customer record.
DELETE
/
customers
/
{customer_id}
Authorizations
api-key
string
headerrequiredUse the API key created under your merchant account from the HyperSwitch dashboard. API key is used to authenticate API requests from your merchant server only. Don't expose this key on a website or embed it in a mobile application.
Path Parameters
customer_id
string
requiredThe unique identifier for the Customer
Response
200 - application/json
customer_id
string
requiredThe identifier for the customer object
Maximum length:
255
customer_deleted
boolean
requiredWhether customer was deleted or not
address_deleted
boolean
requiredWhether address was deleted or not
payment_methods_deleted
boolean
requiredWhether payment methods deleted or not