v1

latestOpenAPI 3.0.12026-07-24116117186.3 KB
Orders

Delete orders

This endpoint schedules an asynchronous order deletion job.<br/>Supported deletion criteria:<br/>• externalOrderId (deletes the order with the specified externalOrderId), or<br/>• from and to (deletes orders whose occurrence timestamp falls within the specified period).

delete/api/v1/orders

Query parameters

externalOrderIdstring

ID of an order in the external system

fromstring

Start date (inclusively)

tostring

End date (inclusively)

Response

Request parameters are valid and the deletion job is accepted for processing