Order Management
Cancel an existing order.
DELETE
Headers
API key for authenticating requests to the LogX Network.
API secret for securing requests to the LogX Network.
Unique identifier for the broker.
Path Parameters
The unique identifier of the order to be canceled.
Response
200 - application/json
The order was canceled successfully.
The response body, which is null upon successful cancellation.
Example:
null
Status message of the order cancellation operation.
Example:
"Order cancelled successfully"
HTTP status code of the response.
Example:
200