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 <token>, where <token> is your auth token.
The item ID to be deleted
Success
The response is of type object.
object