DELETE
/
v2
/
base
/
limitorders
/
{orderCode}
Cancel Base Limit Order
curl --request DELETE \
  --url http://localhost:2400/v2/base/limitorders/{orderCode} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Successfully deleted limit order."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

orderCode
string<uuid>
required

The unique identifier (UUID) for the limit order.

Response

200
application/json

Limit order cancelled successfully.

The response is of type object.