Passer au contenu principal
DELETE
/
public
/
v1
/
billing-service
/
vendors
/
{external-vendor-id}
/
vendor-billing-contact
/
{billing-contact-id}
Delete Vendor Billing Contact
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>"
    }
  ]
}

Autorisations

Authorization
string
header
requis

A valid API key generated in Topsort's UI.

Paramètres de chemin

external-vendor-id
string
requis

The External ID of the Vendor to retrieve.

Minimum string length: 1
billing-contact-id
string
requis

The ID of the billing contact.

Minimum string length: 1

Réponse

Successful Response