About DisconnectVendorFromNetwork
This disconnects vendor from your organization. This action cannot be undone. If the vendor must be added back into the network, use the SendVendorInvite API.
Example
Request
<API_URL_EndPoint>/DisconnectVendorFromNetwork.json
data={
"vendorId": "00901GYCSRGZVFZ2r8ar"
}
Response
{
"response_status": 0,
"response_message": "Success"
}
Resources
Parameters
Field Name | Description | Required? |
---|---|---|
vendorId | ID of the Vendor that will be disconnected from the Bill.com or Large Biller network | Yes |