Skip to main content
DELETE
/
currencies
/
{id}
Disable a currency
curl --request DELETE \
  --url https://api.contazen.ro/v1/currencies/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "object": "currency",
  "deleted": true
}

Overview

Removes a firm_currency row. Fails with 409 in_use when any bill, client, or product still references the currency. RON can be removed only if nothing references it — in practice it always stays enabled.

Authorizations

Authorization
string
header
required

Use your API key (sk_live_xxx or sk_test_xxx)

Path Parameters

id
string
required

Currency CzUid

Response

Currency removed

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