cURL
curl --request DELETE \ --url https://app.getswipe.in/api/partner/v2/product/{item_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Message", "error_code": "", "errors": {}, "data": { "message": "No data found!" } }
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