Skip to main content

Remove Nominal Override

DELETE 

/api/ledger/entries/:entry/nominal-overrides

Remove the nominal-code override for one originally-derived account (from_nominal_code_id) so the line reverts to its source-derived account on the next rebuild.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Authentication: Requires Bearer token.

Request body fields:

  • from_nominal_code_id (required, integer) — the derived account whose override is being removed.

Returns 404 when the entry does not exist. Permission: requires accounting.sync.

Request

Responses

OK

Response Headers
    Content-Type