cURL
curl --request DELETE \ --url https://api.dots.dev/api/v2/accounts-payable/vendors/{vendor_id}/payment-methods/{payment_method_id} \ --header 'Authorization: Basic <encoded-value>'
{ "deleted": true, "id": "<string>", "object": "<string>" }
Delete a vendor payment method
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The ID of the Vendor
The ID of the Vendor's Payment Method
OK
true if the vendor payment method was deleted.
true
ID of the vendor payment method that was deleted.
Type of the object that was deleted.
Was this page helpful?