/api/v1/customer/delete-accountPOST /api/v1/customer/delete-account This API method will delete customer Sample Request body Nothing required Sample Response ResponseError Response{ "status": true, "message": "Customer Deleted Successfully" }{ "status": false, "error": "Error in Removing Customer. Customer does not exist" }