DotsDocs
Accounts payable

Delete a vendor

Delete a vendor

DELETE
/v2/accounts-payable/vendors/{vendor_id}

Delete a vendor

AuthorizationBasic <token>

In: header

Path Parameters

vendor_id*string

The ID of the Vendor

Response Body

application/json

curl -X DELETE "https://example.com/v2/accounts-payable/vendors/string"
{  "deleted": true,  "id": "string",  "object": "string"}