DELETE
/
api
/
v1
/
spotorder
/
cancel
/
{id}
curl --request DELETE \
  --url https://apiserver.beratrade.io/api/v1/spotorder/cancel/{id} \
  --header 'Bliq-Key: <bliq-key>' \
  --header 'Bliq-Secret: <bliq-secret>'
{
  "body": {},
  "message": "<string>",
  "status": 123
}

Headers

Bliq-Key
string
required

bliq_key obtained during authentication

Bliq-Secret
string
required

bliq_secret obtained during authentication

Path Parameters

id
integer
required

ID of order to cancel

Response

200
application/json
Order cancelled successfully
body
object
required
message
string
required
status
integer
required