Skip to main content
DELETE
/
vat-rates
/
{id}
Delete a firm VAT rate
curl --request DELETE \
  --url https://api.contazen.ro/v1/vat-rates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "object": "vat_rate",
  "deleted": true
}

Overview

Removes a custom firm_vat row. Fails with 409 in_use when the rate is still referenced by any bill or notice row — use GET /vat-rates and check can_be_deleted before calling this endpoint.

Authorizations

Authorization
string
header
required

Use your API key (sk_live_xxx or sk_test_xxx)

Path Parameters

id
string
required

Response

Rate deleted

success
boolean
object
enum<string>
Available options:
vat_rate
deleted
boolean