delete
https://live.moment-api.com/v1/trading/order//execution-order//
Cancels the specified execution order for the given order.
Requirements:
- The execution order must be in the
pending_executionorpartially_filledstate.
Event notifications:
- On Reciept: a
system_updateevent with anevent_typeofexecution_order_cancel_request. - On failure: a
system_updateevent with anevent_typeofexecution_order_cancel_reject. - On success: an
order_updateevent with anevent_typeofexecution_order_cancel.
All events include the execution_order_id.