v1

latestOpenAPI 3.0.12026-07-24310590875.6 KB
network

Delete vendor connection

Delete an existing Network connection with a vendor organization. Delete vendor connection follows a set of rules.

  • No scheduled payments: There should be no scheduled payments. All scheduled payments must be canceled before you can disconnect.
  • No in-process payments: There should be no in-progress payments. All in-progress payments must clear before you can disconnect.

You can use this endpoint to cancel a pending connection request sent to a vendor that has auto-connections disabled. You can send a new connection request after an existing connection or connection request is canceled.

Note: If the vendor does not respond to a connection request for 60 days, the request expires.

See BILL Network in the Guides section for more information, sample requests, and responses.

delete/v3/network/invitation/vendor/{vendorId}

Path parameters

vendorIdstring required

BILL-generated ID of the vendor record in your organization. The value begins with 009.

Example:{{vendor_id}}

Headers

sessionIdstring nullable

API session ID generated with /v3/login

Example:{{session_id}}
devKeystring nullable

Developer key generated with your BILL developer account

Example:{{developer_key}}

Response

Delete vendor connection response