del (authorized)

Cancels a specific pending order

POST pending/authorized/del

Method is similar to the api/del

{
    "clientId": int,
    "orderId": "int",
    "clientOrderId": "int"
}

Last updated