Skip to main content

Cancel a resting order by ID.

DELETE 

/v1/orders/:order_id

Cancels the named order. The order must belong to the calling account; cancelling someone else's order returns 403. Idempotent — cancelling an already-cancelled or already-filled order returns 404.

Request

Responses

Cancellation processed.