avanza_stoploss_delete
Delete a stop-loss order, with optional dry-run to preview the action. For live deletion, confirm with strategy intent and reason that match the stored stop metadata.
Instructions
Dry-run or delete a stop-loss order. Live deletion requires TUI R/W mode, confirm=true, strategy_intent, strategy_reason, and an exact match to durable stop metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| account_id | Yes | ||
| session_id | No | Legacy alias for tenant_session_id (non-paper tools only). | |
| stop_loss_id | Yes | ||
| strategy_intent | No | ||
| strategy_reason | No | ||
| tenant_session_id | No | Optional tenant session scope id for multi-session TUI/MCP routing. |