ExOkex.Swap.Private.cancel_orders

You're seeing just the function cancel_orders, go back to ExOkex.Swap.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/#swap-swap---revocation

Example

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