---
title: "Delete a project"
method: POST
path: "/projects/{id}/delete"
tags: ["Projects"]
---

# Delete a project

`POST /projects/{id}/delete`

Soft deletes a project (marks it as inactive).
Only the project owner can delete their projects.

## Path parameters

- `id` string, required

## Response `200`

Project deleted successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Bad request - Missing project ID
- `401` — Unauthorized - valid API token required
- `404` — Project not found or unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/autocontentapi/apis/content-api.md) · [All operations](https://skmtc.net/autocontentapi/apis/content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autocontentapi/content-api/revisions/355890b6b4cc/schema)
