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

# Delete Project

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

Deletes the project at the given ID.

## Path parameters

- `project_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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