Delete a run
DELETE/runs/:id
Deletes the run row identified by id. Before deleting the run row the handler first deletes edges and nodes produced by this run via the graph repository (which fires AfterDeleteNode per node for index cleanup when ObservedGraphRepository is wired). The Postgres ON DELETE CASCADE then removes any remaining staging rows. 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 repository not available