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

# Delete project

`DELETE /api/v1/projects/{id}`

Delete a project. The project must not contain any active resources.

## Path parameters

- `id` string, uuid, required

## Response `200`

Project deleted successfully

- SuccessResponse
  - `success` boolean
  - `message` string

## Other responses

- `401` — Authentication required
- `404` — Resource not found

---

[API](https://skmtc.dev/rafftechnologies/apis/raff-api.md) · [All operations](https://skmtc.dev/rafftechnologies/apis/raff-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rafftechnologies/raff-api/revisions/2f4df56be77c/schema)
