Cancel Trade Intent
cancel_trade_intentCancel all active broker orders linked to a trade intent by providing its ID. Use this to abort pending trades and clear order queues.
Instructions
Cancel all active broker orders associated with a trade intent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | Updated trade-intent state. | |
| intentId | Yes | Trade-intent identifier. | |
| failedCount | Yes | Number of cancellation failures. | |
| cancelledCount | Yes | Number of successfully cancelled orders. | |
| cancelledOrderIds | No | Cancelled broker order ids. |