DELETE /v1/orders/{order-id}

Cancel a previously placed order.

Name Description
order-id *
string
(path)
User-Agent *
string
(header)
Some name for app that use API
EX-ACCESS-KEY *
string
(header)
The api key as a string.
EX-ACCESS-SIGN *
string
(header)
The EX-ACCESS-SIGN header is generated by creating a sha256 HMAC using the secret key on the prehash string (timestamp + nonce) (where + represents string concatenation) and base64-encode the output. The timestamp value is the same as the EX-ACCESS-TIMESTAMP header.
EX-ACCESS-NONCE *
string
(header)
An increasing integer.
EX-ACCESS-TIMESTAMP *
string
(header)
The (unix)timestamp that was used to generate your signature.

Responses

Code Description
204
Not content
404
Not found
errors