Skip to content

Exit Cover Order

Exit Cover order uTrade provides the feature that allows the user to cancel an open cover order by providing the appOrderID for the open order that needs to be cancelled.

Method: DELETE

{{SERVER_URL}}/api/V2/orders/CO?appOrderID=&clientID

Headers

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": 2101100005,
        "ClientId": "CA492"
    },
    "type": "success"
}