delete https://live.moment-api.com/v1/trading/order//execution-instruction//
Cancels an execution instruction for the given order ID and execution instruction ID.
The execution instruction must be in the pending_execution
or partially_filled
state in order to be canceled.
If the request fails, the API user will receive a system_update
event with an event_type
of cancel_execution_instruction_reject
.
If the request succeeds, the API user will receive an order_update
event with an event_type
of execution_instruction_cancel
.
Both will include the execution_instruction_id.