v1
latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KBDelete order.
This endpoint can be used to delete specific orders by providing an array of ids. If dryRun is enabled, the live system will not undergo any changes, as the request will only be simulated. Note that once an order has been deleted it cannot be restored. If you want to delete multiple orders at once, it will be beneficial to use an array of ids as this will improve performance and save resources.
Query parameters
Filters the order based on the internal IDs.
Filters the order based on the customer order numbers.
Filters the order based on the tour IDs.
Filters the order based on the status text.
| Value |
|---|
| ARRIVAL |
| ASSIGNED |
| CREATED |
| DEPARTURE |
| FINISHED |
| NEAREST_POSITION |
| OPENED_BY_USER |
| READ |
| REJECTED |
| SIGNED |
| STARTED |
Filters the order based on the order type.
| Value |
|---|
| REPEAT |
| ORDER |
| SAVED |
| MACHINE_TRANSPORT |
Filters the order based on the given rectangle.
Filters the order based on whether it's assigned to a tour.
Filters the order based on the project IDs.
Filters the order based on the team IDs.
Simulate the operation (default: false). (No data will be removed) This Parameter is optional.
Response
Success Response:
Example response
{
"deletedItems": [
{
"orderDate": "2015-02-20T12:59:21+01:00",
"targetDate": "2015-02-20T12:59:21+01:00",
"latLng": [
52.38127828631681,
7.594243214018696
],
"createdAt": "2015-02-20T12:59:21+01:00"
}
]
}