Advance Orders
Cancel GTT Order
to cancel the GTT order
Query Parameters
orderNo*string
Order Number is unique number which will be utilized while modifying and cancelling order
Header Parameters
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/oms/cancel-order/gtt?orderNo=string" \ -H "Authorization: Bearer <api Key>:<access token>"{
"s": "ok",
"d": {
"msg": "GTT Order Cancelled Successfully",
"orderId": "210115000000004"
}
}{
"s": "error",
"msg": "Unauthorized"
}{
"s": "error",
"msg": "Too many requests"
}{
"s": "error",
"msg": "Internal server error"
}