UnsubscribeTicket
The ID of the Order Management System.
The ID of the instrument.
Successful unsubscription.
Unsuccessful unsubscription.
curl -L \ --request POST \ --url 'UnsubscribeTicket' \ --header 'Content-Type: application/json' \ --data '{"OMSId":1,"InstrumentId":1}'
{ "result": true, "errormsg": null, "errorcode": 0, "detail": null }