delete_transaction
Delete a transaction from Actual Budget using its ID. This action cannot be undone, so retrieve IDs with list_transactions first.
Instructions
Delete a transaction from Actual Budget by id. This is destructive and cannot be undone. Use list_transactions to get transaction ids. Returns the id of the deleted transaction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_id | Yes | Transaction id to delete. Use list_transactions to get ids |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||