Skip to main content
DELETE
/
finops
/
v1
/
entities
/
{entity_id}
/
vat-ids
/
{id}
Delete an entity's VAT ID
curl --request DELETE \
  --url https://api.sandbox.tesouro.com/finops/v1/entities/{entity_id}/vat-ids/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-finops-version: <x-finops-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-finops-version
string<date>
required

Path Parameters

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

Response

Successful Response