---
title: "Delete Project"
method: DELETE
path: "/projects/{id}"
---

# Delete Project

`DELETE /projects/{id}`

Deletes a project.

Args:
- id: UUID4: The ID of the project to delete.
- _: UUID4: The ID of the organization.
- role: str: role of the user

Returns:
- None

## Path parameters

- `id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/xeol/apis/fastapi.md) · [All operations](https://skmtc.dev/xeol/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xeol/fastapi/revisions/545d83b42156/schema)
