DELETE
/
api
/
v1
/
order
/
{orderId}

Headers

Logx-Key
string
required

API key for authenticating requests to the LogX Network.

Logx-Secret
string
required

API secret for securing requests to the LogX Network.

Broker-Id
string
required

Unique identifier for the broker.

Path Parameters

orderId
string
required

The unique identifier of the order to be canceled.

Response

200 - application/json
body
string | null

The response body, which is null upon successful cancellation.

message
string

Status message of the order cancellation operation.

status
integer

HTTP status code of the response.