Delete multiple orders
DELETE/v1/devices/:device_id/orders
Deletes multiple orders for a specific device.
If the ids query parameter is provided, only the specified orders will be deleted.
If omitted, all orders associated with the device may be removed (depending on implementation rules).
Request
Responses
- 202
- 400
- 401
- 500
Order sended to deleted
Invalid request payload
Unauthorized
Internal server error