v1

latestOpenAPI 3.0.32026-07-22238629559.2 KB
ProjectsService

Delete project

Delete a project for a deployment you have access to. This will also delete all of the associated findings.

delete/api/v1/deployments/{deploymentSlug}/projects/{projectName}

Path parameters

deploymentSlugstring required

Slug of the deployment name. Can be found at /deployments, or in your Settings in the web UI.

Example:your-deployment
projectNamestring required

Name of the project, typically the repository formatted as a path.

Example:organization/project

Response

OK

project_namestring

The name of the deleted project.

Example response

{
  "project_name": "organization/project"
}