# Cancel individual order

Cancel a single active order by ID (the unique ID assigned by server, received in the place order response). Use [Query order (server ID)](#operation/queryOrderByServerId) or [Query order (client ID or all active orders)](#operation/queryOrderByClientId) to get the current status of your order.

Endpoint: DELETE /v2/orders/{id}
Version: 1.0.1
Security: SSO_TOKEN

## Path parameters:

  - `id` (string, required)
    The unique ID assigned by the server when your order was placed. Returned in response in the `orderId` field.

