API Reference
cURL
curl --request DELETE \ --url https://api.example.com/customer/{id}
{ "code": "CUSTOMER_VALIDATION_ERROR", "message": "Invalid customer ID", "details": { "customerId": null } }
Deletes a customer from the system
Customer ID
"cust_12345"
Customer deleted successfully