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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.