Transactions
Delete a Ledger Transaction
Deletes an existing Transaction and its associated Journal Entry. Deprecated, use source account endpoints.
DELETE
/
v0
/
ledgers
/
{ledger_id}
/
transactions
/
{transaction_id}
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
teal-instance-id
string
requiredThe Teal instance ID
Path Parameters
ledger_id
string
requiredThe Ledger ID.
transaction_id
string
requiredThe ID of the Transaction to be deleted.