DELETE
/
public
/
v1
/
billing-service
/
vendors
/
{external-vendor-id}
/
vendor-billing-contact
/
{billing-contact-id}
curl --request DELETE \
  --url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/vendor-billing-contact/{billing-contact-id}
This response does not have an example.

Path Parameters

external-vendor-id
string
required

The External ID of the Vendor to retrieve.

Minimum length: 1
billing-contact-id
string
required

The ID of the billing contact.

Minimum length: 1

Response

204
_mintlify/placeholder

Successful Response