Cancel Bracket Order
Cancel Bracket order
uTrade provides the feature that allows the user to cancel an open bracket order by providing the appOrderID for the open order that needs to be cancelled.
Method: DELETE
/api/V2/orders/CO?appOrderID=&clientID
Content-Type |
Value |
Authorization |
{{AUTH_TOKEN}} |
Query Params
Param |
Value |
appOrderID |
[Required] The system generated unique order number |
clientID |
Required in case of dealer |
Response: 200
{
"code": 200,
"description": "Request Sent",
"result": {
"AppOrderId": 2101100004,
"ClientId": "CA492"
},
"type": "success"
}