Cancel Order

Method: HTTP POST method

Endpoint: http://<host_address>:<port_address>/v1/order/cancel

Parameter content type: application/json

Sample of cancelOrderRequest value is given below:

{
  "externalBusinessTransactionID": "string",
 "orderID": "string",
 "orderRef": "string",
 "rollback": true
    }