Deletes multiple Ledgers in bulk and optionally their associated journal entries. By default, ledgers with line entries cannot be deleted. Set delete_journal_entries=true to delete each ledger along with: - All journal entries that have line entries on that ledger - All line entries in those journal entries - All reconciliations for that ledger - The source account for that ledger (if not linked to Plaid) - Historical ledger balances Returns a list of results for each ledger in the request, indicating success or failure for each individual deletion. Special ledgers cannot be deleted. Note: This operation is irreversible.
Documentation Index
Fetch the complete documentation index at: https://docs.teal.dev/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer , where is your auth token.
The Teal instance ID
A comma separated list of ledger IDs.
Whether to delete journal entries associated with these ledgers. When true, deletes all journal entries containing line entries on these ledgers, along with reconciliations and source accounts (if not linked to Plaid)This operation is irreversible.