Cancel order
cancel_orderCancel an existing order by ID when its current status allows it, with an optional reason kept for local context only.
Instructions
Cancel an order. Whether cancellation is possible depends on the order's current status. The optional owner reason is retained only in the MCP conversation/tool log; the KIT CancelOrder endpoint has no reason field, so it is not sent to or stored by the KIT API. No request body is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Order ID (UUID). | |
| reason | No | Owner-provided cancellation reason for conversation and tool-log context only; it is not sent to or stored by the KIT API. |