DELETE
/
Vendor
/
{idVendor}
curl --request DELETE \
  --url https://api-sandbox.payabli.com/api/Vendor/{idVendor} \
  --header 'requestToken: <api-key>'
{
  "isSuccess": true,
  "responseText": "Success",
  "responseCode": 1,
  "responseData": 3890,
  "pageIdentifier": null
}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

idVendor
integer
required

Vendor ID.

Response

200 - application/json

Success

The response is of type object.