Delete multiple orders
DELETE/devices/:device_id/orders
Deletes multiple orders from a specific device.
If the ids parameter is provided, only the specified orders are deleted.
If omitted, all orders associated with the device may be removed (per implementation rules).
Request
Responses
- 202
- 400
- 401
- 500
Order sent for deletion
Invalid request
Unauthorized
Internal server error