Skip to main content

Delete a project

DELETE 

/api/v1/projects/:project_id

Delete a project and everything that belongs to it.

Removes the project row, every source archive we hold for it and for its assessments, its scheduled scans and monitoring, its PR reviews and monitor runs, its project-scoped suppressions, webhooks, notification targets and export targets, and its living knowledge base on the runner.

Its assessments are KEPT, with their findings and reports, and unlinked from any project. Their source is deleted with everything else.

409 only while an attached assessment is still running: a live run merges back into the living KB at completion and would recreate what this removes. Requires admin-or-above role + projects:delete scope.

Request

Responses

Successful Response