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

# Delete Project

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

## Path parameters

- `project_id` string, uuid, required

## Response `200`

Successful Response

- CommandWasSuccessfulResponse
  - `success` boolean
  - `message` string, nullable

## Other responses

- `422` — Validation Error

---

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