Skip to main content
DELETE
Delete a Ledger

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer , where is your auth token.

Headers

teal-instance-id
string
required

The Teal instance ID

modified-by
string | null

An optional identifier for audit logging.

Path Parameters

ledger_id
string
required

The ledger ID

Query Parameters

delete_journal_entries
boolean
default:false

Whether to delete journal entries associated with this ledger. When true, deletes all journal entries containing line entries on this ledger, along with reconciliations and the source account. This operation is irreversible.

Response

Successful Response