ExOkex.Futures.Private.cancel_orders

You're seeing just the function cancel_orders, go back to ExOkex.Futures.Private module for more information.
Link to this function

cancel_orders(instrument_id, order_ids \\ [], params \\ %{}, config \\ nil)

View Source

Cancelling an unfilled order.

https://www.okex.com/docs/en/#futures-repeal

Example

iex> ExOkex.Futures.Private.cancel_orders("BTC-USD-180309", [1600593327162368,1600593327162369])