Factuarea API

invoice_not_deletable_in_current_state

Only `draft` and `cancelled` invoices can be deleted. A numbered invoice never disappears: the correlative sequence must stay auditable.

CodeTypeHTTPCategory
invoice_not_deletable_in_current_stateinvalid_request_error422Invoices

Cause

Only draft and cancelled invoices can be deleted. A numbered invoice never disappears: the correlative sequence must stay auditable.

What to do

Cancel the draft, or annul the issued invoice; deletion is not a path for it.

On this page