cURL
curl --request DELETE \ --url https://api.sandbox.teal.dev/v0/source-accounts/{source_account_id}/transactions/{transaction_id} \ --header 'Authorization: Bearer <token>' \ --header 'teal-instance-id: <teal-instance-id>'
{ "message": "<string>", "data": "<unknown>", "display_message": "<string>", "error_code": "invalid_date" }
Deletes an existing Transaction.
Bearer authentication header of the form Bearer , where is your auth token.
The Teal instance ID
An optional identifier for audit logging.
The Source Account ID.
The ID of the Transaction to be deleted.
Successful Response