Delete graph produced by a run
DELETE/runs/:id/graph
Deletes all graph nodes and edges whose created_by_run_id equals the run identified by id, WITHOUT deleting the run row itself. Node search-index and embedding entries are purged for each deleted node (via ObservedGraphRepository when wired). Returns 404 when the run does not exist. Admin only.
Request
Responses
- 200
- 401
- 403
- 404
- 500
- 503
OK
Unauthorized
Forbidden
Run not found
Internal server error
Run or graph repository not available