v1

latestOpenAPI 3.0.12026-07-141671231.8 MB
Ledger Entry Lines

Unletter ledger entry lines

This endpoint lets you unletter ledger entry lines.

ℹ️ This endpoint requires the following scope: ledger_entries:all

delete/api/external/v2/ledger_entry_lines/lettering

Request body

unbalanced_lettering_strategy'none' | 'partial' required
  • none: the API won't let you create an unbalanced lettering and will respond with an error.
  • partial: a potentially unbalanced lettering will be created.

Example request

{
  "ledger_entry_lines": [
    {
      "id": 3455
    }
  ]
}

Response

No content