ynab_delete_scheduled_transaction
Delete a scheduled transaction with a two-step process: preview the deletion, then execute using the confirmation token.
Instructions
Delete a scheduled transaction.
Write safety: call without confirmation_token to preview. Execute the identical validated request with the short-lived confirmation_token returned by that preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| budget_id | No | ||
| confirmation_token | No | Short-lived, single-use token returned by the immediately preceding preview of this exact validated request. | |
| scheduled_transaction_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||