delete_standing_order
Delete a standing order by ID to free its plan slot, or pause/resume to keep it while controlling execution. Pausing preserves history but still counts against the limit.
Instructions
Delete a standing order by id, or pause/resume it instead by passing active=false/true. Pausing keeps the order and its history; deleting removes both. Neither costs tokens. A paused order still counts against the plan limit, so delete rather than pause when you want the slot back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Omit to DELETE. Pass false to pause and true to resume, keeping the order. | |
| order_id | Yes | The id returned by create_standing_order or list_standing_orders. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | ||
| deleted | No | ||
| summary | No | One-line natural-language summary of the result, ready to relay to a user. |