Delete orders

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

Query Params
string

ID of an order in the external system

string

Start date (inclusively)

string

End date (inclusively)

Responses

400

Incorrect input data:

  • Provide either externalOrderId, or both from and to parameters.
  • Invalid date format. Supported: yyyy-MM-dd'T'HH:mm:ss — e.g. 2024-12-31T23:59:59 (UTC).
  • Start date (from) must be before end date (to).
  • Date range cannot exceed 24 hours.

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json; charset=UTF-8