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

# Delete project

`DELETE /v1/projects/{project_id}`

**Plan:** `All plans`

Soft-deletes a project. Repeated deletes are treated as successful.

## Path parameters

- `project_id` string, required — Project ID

## Response `204`

No Content

## Other responses

- `401` — Missing or invalid API key.
- `403` — The key or caller lacks the required scope or permission.
- `406` — The Accept header excludes every media type this endpoint produces.
- `429` — Too many requests. Retry after the interval in Retry-After when present.
- `default` — Error. The response body uses the standard error envelope; status matches the HTTP status code and type is a machine-readable error code.

---

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