Request order cancellation
Submits an asynchronous request to cancel the specified order. Note: While most cancellations are processed immediately during market hours, this is not guaranteed. Always use the GET /{orderId} endpoint to confirm whether the order has been cancelled.
| Name | Type | Required | Description |
|---|---|---|---|
| accountId | string | Yes | - |
| orderId | string (uuid) | Yes | - |
No request body defined
Cancellation request submitted successfully.
No response body defined
This response has no body data.