Accounts payable
Delete a vendor payment method
Delete a vendor payment method
Delete a vendor payment method
Authorization
api_key AuthorizationBasic <token>
In: header
Path Parameters
vendor_id*string
The ID of the Vendor
payment_method_id*string
The ID of the Vendor's Payment Method
Response Body
application/json
curl -X DELETE "https://example.com/v2/accounts-payable/vendors/string/payment-methods/string"{ "deleted": true, "id": "string", "object": "string"}