---
title: "destroy"
method: DELETE
path: "/api/projects/{id}"
tags: ["Project"]
---

# destroy

`DELETE /api/projects/{id}`

## Path parameters

- `id` string, required

## Response `204`

Project deleted successfully

## Other responses

- `401` — Unauthorized - authentication credentials are missing or invalid
- `403` — Forbidden - insufficient permissions to delete this project
- `404` — Project not found

---

[API](https://skmtc.net/treasure/apis/llm-api.md) · [All operations](https://skmtc.net/treasure/apis/llm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasure/llm-api/revisions/56f275763358/schema)
