Cancel Option Order
Cancel an Options Order.
POST
/trading-api/v1/optionorder/cancel-option-order
Request Body
Order is retrieved using the Order ID.
- Schema
- Example
This request must consist of the below StoneX identifiers:
Attributes | Data Type | Length | Description |
---|---|---|---|
orderId | String | 32 | Assigned Order identifier |
{
"orderId": "00000000-0000-0000-0000-000000000000"
}
Response
A successful response will not return any content.