---
title: "Delete a Project"
method: DELETE
path: "/v1/projects/{projectID}"
tags: ["Projects"]
---

# Delete a Project

`DELETE /v1/projects/{projectID}`

Hard-deletes a project, cascading to its prompts (and their versions,
tags, and payloads) and dropping its access grants. The requester must
be an admin of the owning team or an admin of that team's organization.

## Path parameters

- `projectID` string, uuid, required

## Response `204`

Project deleted successfully (No Content)

## Other responses

- `400` — Invalid project id
- `401` — Unauthorized
- `403` — Forbidden (requester is not an admin of the owning team or org)
- `404` — Project not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/px0-ai/apis/px0-api.md) · [All operations](https://skmtc.net/px0-ai/apis/px0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/px0-ai/px0-api/versions/3ed72443989d/schema)
