CancelOrder

Cancels an order with the specified order ID.

Server Authoritative (default)

public static VyTask<VyTaskVoid> CancelOrder(string orderId)

Path Parameters

Returns

VyTask<VyTaskVoid> A task that represents the asynchronous operation of cancelling the order.

Last updated