Delete Customer
Delete Customer
Remove a customer profile and associated data from the system.
DELETE
Delete Customer
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.