Skip to main content

Delete a Sell Request

Delete an existing sell request data.

DELETE   /v1/sell-requests/:id
curl -X DELETE "https://api.ezewholesale.com/api/v1/sell-requests/785d59c9-244d-4f7e-aeaa-a7c0f92e0d36" \
-H "x-api-key:your-api-key" \
-H 'Content-Type: application/json'


RESPONSE
{
  "description": "Sell Request deleted successfully",
  "data": {
    "id": "785d59c9-244d-4f7e-aeaa-a7c0f92e0d36"
  }
}