Cancel Single Order
Cancel Single Order
The Cancel Order API call enables the user to cancel any open order. The user needs to provide the correct appOrderID matching with the chosen open order to cancel.
Method: DELETE
{{SERVER_URL}}/api/V2/orders/?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",
"OrderUniqueIdentifier": ""
},
"type": "success"
}