Customers
Api to delete the customer by the given phone number with the country code
delete/customer/phone/{phoneNumber}
Path parameters
phoneNumberstring required
Example:+919876543210
Phone Number (with country code) of the customer to be deleted
Response
If the auth token is valid.
Example response
{
"message": "Successfully deleted the customer"
}