Delete a Sell Request
Delete an existing sell request data.
curl -X DELETE "https://api-dev.ezewholesale.com/api/v1/sell-requests/785d59c9-244d-4f7e-aeaa-a7c0f92e0d36" \
-H "x-api-key:your-api-key" \
-H 'Content-Type: application/json'
{ "description": "Sell Request deleted successfully", "data": { "id": "785d59c9-244d-4f7e-aeaa-a7c0f92e0d36" } }