Delete all Transactions in a ledger
Deletes all Transactions and associated Journal Entries in a Ledger. Deprecated, use source account endpoints.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The Teal instance ID
Path Parameters
The ID of the ledger to delete all transactions from.
Response
Indicates the status of the task.
pending
, failed
, complete
Indicates the datetime in UTC when the task was created.
Indicates the datetime in UTC when the task was last updated.
The Error object if any errors were encountered in the processing. If the processing task was created by a Plaid import, the Plaid errors will be passed through there. See Plaid's documentation for more information on their error messages.
The source account containing the transactions
The ID of the ledger that the transactions are being created for.
The IDs of Transactions successfully processed by this task.
The IDs of Transactions that were removed by this task.
The IDs of Transactions that were modified by this task.
The IDs of Transactions that were skipped by this task.