delete https://live.moment-api.com/v1/trading/order//execution-order//
Cancels an execution order for the given order ID and execution order ID.
The execution order 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_order_reject
.
If the request succeeds, the API user will receive an order_update
event with an event_type
of execution_order_cancel
.
Both will include the execution_order_id.