Skip to main content
DELETE
/
entities
/
{entity_id}
/
vat_ids
/
{id}
Delete an entity's VAT ID
curl --request DELETE \
  --url https://api.sandbox.monite.com/v1/entities/{entity_id}/vat_ids/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-monite-version: <x-monite-version>'
{
  "error": {
    "message": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-monite-version
string<date>
required

Path Parameters

id
string<uuid>
required
entity_id
string<uuid>
required

Response

Successful Response