---
title: "Delete Existing Project"
method: DELETE
path: "/access/api/v1/projects/{projectKey}"
tags: ["Projects"]
---

# Delete Existing Project

`DELETE /access/api/v1/projects/{projectKey}`

Deletes an existing project.

**Security:** Requires Platform Admin privileges.

## Path parameters

- `projectKey` string, required

## Response `204`

Project deleted

## Other responses

- `401` — Bad Credentials - Invalid credentials
- `403` — Permission Denied - Insufficient permissions
- `404` — Not Found - Project not found

---

[API](https://skmtc.dev/jfrog/apis/jfrog-platform-projects-api.md) · [All operations](https://skmtc.dev/jfrog/apis/jfrog-platform-projects-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jfrog/jfrog-platform-projects-api/revisions/1c6bb09154a9/schema)
