delete
https://esputnik.com/api/v1/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).
400Incorrect input data:
- Provide either
externalOrderId, or bothfromandtoparameters. - 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
24hours.