cURL
curl --request DELETE \ --url https://app.getswipe.in/api/partner/v2/vendor/{vendor_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "", "error_code": "", "errors": {}, "data": { "message": "No data found!" } }
Bearer authentication header of the form Bearer , where is your auth token.
The vendor ID to be deleted
Success
Success flag
true
Response message
""
Error Code
Errors
Show child attributes
"No data found!"