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

delete
DELETE /v1/orders/{orderId} HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*

No content

Last updated