Delete a model route
DELETE/api/v1/model-routes/:route_id
Deletes a model route. Returns 409 when an agent still references it — a routed agent has no pinned provider to fall back on, so the reference must be repointed or the agent deleted first.
Request
Responses
- 204
- 401
- 403
- 404
- 409
Model route deleted successfully
Unauthorized
Forbidden
Model route not found
The model route is still referenced by one or more agents