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

# Delete Project

`DELETE /tailored-gen/projects/{project_id}`

Permanently delete a project and all its associated resources, including all datasets, images, and models. This action cannot be undone. Training models must be stopped before deletion.

## Path parameters

- `project_id` string, required

## Headers

- `api_token` string, required

## Response `204`

Project successfully deleted

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Project not found
- `409` — Cannot delete project while models are in training
- `429` — Request limit exceeded.
- `500` — Internal server error

---

[API](https://skmtc.net/bria-ai/apis/tailored-generation-api-reference.md) · [All operations](https://skmtc.net/bria-ai/apis/tailored-generation-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bria-ai/tailored-generation-api-reference/revisions/806c6d31631b/schema)
