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