Skip to main content

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

OK