delete_scheduled_transaction
Delete a scheduled transaction from your YNAB budget by providing its transaction ID and plan ID. Removes the transaction permanently.
Instructions
Delete a scheduled transaction.
Args: scheduled_transaction_id: The scheduled transaction ID to delete plan_id: The plan ID (use list_plans to find available IDs) exclude_fields: Optional list of field names to exclude from the response. If omitted, the model's default exclude list is used (see FIELDS.md). Pass [] to return all fields. Pass a custom list to override the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | ||
| exclude_fields | No | ||
| scheduled_transaction_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |