Delete a YNAB transaction
ynab_delete_transactionPermanently delete a transaction from a YNAB budget. This action cannot be undone, so confirmation is required.
Instructions
Permanently delete a transaction. This cannot be undone via the API. Requires confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be explicitly set to true to confirm this destructive action | |
| budget_id | Yes | YNAB budget id, or "last-used" for the most recently used budget | |
| transaction_id | Yes | YNAB transaction id to delete |