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

# Delete a project

`DELETE /v1/projects/{projectId}`

Soft-deletes a project: removes it from normal reads and frees its name and source binding for reuse, but preserves eval-run and scenario-generation history. Who deleted it is recorded in the audit log.

## Path parameters

- `projectId` string, uuid, required

## Headers

- `Authorization` string

## Response `204`

Default Response

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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