---
title: "Delete project"
method: DELETE
path: "/api/v1/deployments/{deploymentSlug}/projects/{projectName}"
tags: ["ProjectsService"]
---

# Delete project

`DELETE /api/v1/deployments/{deploymentSlug}/projects/{projectName}`

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

## Path parameters

- `deploymentSlug` string, required — Slug of the deployment name. Can be found at `/deployments`, or in your Settings in the web UI.
- `projectName` string, required — Name of the project, typically the repository formatted as a path.

## Response `200`

OK

- ProtosOpenapiV1DeleteProjectResponse — Successfully deleted the project.
  - `project_name` string — The name of the deleted project.

---

[API](https://skmtc.net/semgrep/apis/semgrep-web-app.md) · [All operations](https://skmtc.net/semgrep/apis/semgrep-web-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/semgrep/semgrep-web-app/versions/6483eeecd582/schema)
