Cancel Order
Cancel already submitted order
The endpoint enables the cancellation of an order until it is not already in the processing or completion stage. Cancelable order states are New
and Assigned
.
delete
Authorizations
Path parameters
orderIdstringRequired
OrderID is a unique identifier for an order. It is a string that is provide by partner and is unique for each order of given partner.
Responses
204
Order was successfully cancelled. No content is returned in response.
No content
404
Order not found
application/json
409
The order cannot be canceled as it is already processed or completed.
application/json
500
Internal server error
application/json
delete
DELETE /v1/orders/{orderId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
No content
Last updated