Customers
Delete a customer
This API let’s you to delete a customer using customer_id.
delete/customers/{customer_id}
Path parameters
customer_idstring required
Example:01BX5ZZKBKACTAV9WEVGEMMVRZ
Response
OK
Example response
{
"success": true
}This API let’s you to delete a customer using customer_id.
OK
{
"success": true
}