cURL
curl --request DELETE \ --url https://app.getswipe.in/api/partner/v1/product/{item_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Product added successfully" }
Bearer authentication header of the form Bearer , where is your auth token.
The item ID to be deleted
Success
Success flag
true
Response message
"Product added successfully"