Delete Worker Approver
Remove a specific approver from a worker.
Remove a specific approver from a worker.
In: header
Path Parameters
Response Body
application/json
application/json
curl -X DELETE "https://example.com/workers/string/approvers/string"{ "detail": {}, "message": "string"}{ "code": "driver_not_found", "title": "Worker Not Found", "detail": { "description": "Worker not found for handle worker_456" }}Update Ops Group PATCH
Update Ops Group by ops_group_handle
Get Orders GET
Get orders with optional query parameters ### Planning failure reasons When an order is left unplanned by automated planning, `planning_failure_reason` may contain one of these values: - `No Worker was available for this plan.` - `No Worker schedule overlaps with this order's time window.` - `This order is outside the available Worker working hours.` - `Worker location is unavailable, so travel time could not be evaluated.` - `Worker start location is unavailable for the configured route start setting.` - `No Worker supports the required product type for this order.` - `Route was being modified concurrently and this order needs to be re-planned.` - `The optimizer dropped this order to satisfy planning constraints for the overall plan.` - `The optimizer could not find a feasible plan for the provided constraints.` - `Travel time calculation failed for this planning attempt.` - `Ops group configuration is incomplete for automated planning.` - `Assigning this order would exceed route or Worker capacity.` - `No Worker can reach this order before scheduled_at.` - `Assigning this order would delay an already planned downstream order.` - `Assigning this order would exceed the Worker's shift end time.` - `Automated planning could not assign this order with the provided constraints.`