Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The ID of the Vendor
curl --request DELETE \
--url https://api.dots.dev/api/v2/accounts-payable/vendors/{vendor_id} \
--header 'Authorization: Basic <encoded-value>'{
"deleted": true,
"id": "<string>",
"object": "<string>"
}Delete a vendor
curl --request DELETE \
--url https://api.dots.dev/api/v2/accounts-payable/vendors/{vendor_id} \
--header 'Authorization: Basic <encoded-value>'{
"deleted": true,
"id": "<string>",
"object": "<string>"
}Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The ID of the Vendor
Was this page helpful?