Cancel a submitted order

import { NorthstakeApi } from '@northstake/northstakeapi';
const api = new NorthstakeApi('apiKey', 'privateKey')

await api.orders.cancelOrderById('order-id')
Language
Click Try It! to start a request and see the response here!