Transactions
Delete a Transaction
Deletes an existing Transaction and its associated Journal Entry.
DELETE
/
v0
/
source-accounts
/
{source_account_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
modified-by
string | null
An optional identifier for audit logging.
Path Parameters
source_account_id
string
requiredThe Source Account ID.
transaction_id
string
requiredThe ID of the Transaction to be deleted.