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

# Delete Project Endpoint

`DELETE /v1/projects/{project_id}`

Delete a project. Cascades to child resources via ON DELETE CASCADE.

## Path parameters

- `project_id` string, required

## Response `200`

Deleted. Body is `{"message": "Project deleted"}`.

- unknown

## Other responses

- `403` — Not authorized to delete this project.
- `404` — Project not found (or not visible to the caller).
- `422` — Validation Error

---

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