The API call removes the customer identified by customerId from the system. This removes the customer profile and associated data.
This API can also be accessed using the POST method for systems that do not support DELETE. In such cases, simply use /customers//delete endpoint to achieve the same functionality.
Security: Requires apikey and secretkey headers.
Unique identifier for the customer
Customer deleted successfully