curl --request DELETE \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/vendor-billing-contact/{billing-contact-id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Endpoint to unassign a billing contact from a vendor.
curl --request DELETE \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/vendor-billing-contact/{billing-contact-id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}A valid API key generated in Topsort's UI. Use the TSE API key if calling auctions or events API, otherwise use the TSC API key.
The External ID of the Vendor to retrieve.
1The ID of the billing contact.
1Successful Response
Was this page helpful?