---
title: "Delete a project"
method: DELETE
path: "/organizations/{organizationID}/projects/{projectID}"
tags: ["Projects"]
---

# Delete a project

`DELETE /organizations/{organizationID}/projects/{projectID}`

Permanently deletes a specific project by its ID and all associated resources including branches and databases. This action cannot be undone.

## Path parameters

- `organizationID` string, required
- `projectID` string, required

## Response `204`

Project successfully deleted

## Other responses

- `400` — Generic error response for most error conditions
- `401` — Error response when authentication or authorization fails
- `404` — Generic error response for most error conditions
- `5XX` — Unexpected Error
- `default` — Unexpected Error

---

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