/api/v1/customer/delete-account

POST

/api/v1/customer/delete-account

This API method will delete customer

Sample Request body

Nothing required

Sample Response

{
    "status": true,
    "message": "Customer Deleted Successfully"
}
{
    "status": false,
    "error": "Error in Removing Customer. Customer does not exist"
}