User Story
- Delete vendor details by their id.
REST API
- https://api.electrocis.technocis.in/v1/vendor/id/{id}
- Method: DELETE
JSON Structure
[
{
"id": "string",
"createdAt": "2024-07-29T16:21:56.611Z",
"updatedAt": "2024-07-29T16:21:56.611Z",
"name": "string",
"gstin": "string",
"address": "string",
"phone": "string",
"whatsapp": "string",
"alternatePhone": "string",
"representative": "string",
"notes": "string"
}
]