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
AuthorizationstringRequired
Enter your JWT access token
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
/v1/orders/{orderId}No content
Last updated