---
title: "Delete project"
method: DELETE
path: "/projects/{project_id}"
tags: ["projects"]
---

# Delete project

`DELETE /projects/{project_id}`

Delete the given project.

**WARNING** This will completely remove the project, this is not recoverable

**Permission required:** edit_format_settings

## Response `204`

Success

## Other responses

- `403` — Permission insufficient
- `404` — Not Found

---

[API](https://skmtc.net/contractp/apis/contract-p.md) · [All operations](https://skmtc.net/contractp/apis/contract-p/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/contractp/contract-p/revisions/8ce53ebd6bd3/schema)
