dokkaiv0.1.0
API Reference

Delete a routine run

Cascades to the run's findings.

DELETE/routines/runs/{run_id}admin, user

Requires the admin or user role. Deletes the run and all of its findings.

Path parameters

run_iduuidrequired
The run to delete.

Responses

200Deleted
json
{ "message": "Routine run deleted", "run_id": "b0dc2159-..." }
404Unknown run
json
{ "detail": "routine run 'b0dc2159-...' not found" }