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