delete
https://yespo.io/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).
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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.
