Cancel an order
Cancel a regular, stop-loss, or bracket order by order ID
Authorizations
Bearer token used for protected REST API requests.
Path Parameters
System order identifier returned by the order service.
Response
Order cancellation result.
Order cancellation response.
Whether service.orderapi accepted and submitted the cancel request.
Result message. Normal order success is usually "Order cancelled successfully"; stop/bracket order branches return their own success message.
For a normal order, this is the cancelled system order id and usually matches the orderID path parameter. If orderID starts with STOP- or BRACKET-, the controller routes to the stop/bracket handler and data is a serialized JSON string of the cancelled StopOrder or BracketOrder object.
"ORDER-V1StGXR8_Z5jdHi6B-myT"

