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

# Delete Project

`DELETE /project/{id}`

Delete a project by ID

## Path parameters

- `id` string, required

## Response `200`

Project deleted successfully

- object
  - `id` string, required
  - `workspaceId` string, required
  - `slug` string, required
  - `icon` string, nullable, required
  - `name` string, required
  - `description` string, nullable, required
  - `createdAt` unknown, required
  - `isPublic` boolean, nullable, required

## Changes

- **2026-03-05** `c45ef22a736c` — 3 breaking, 3 info
  - the response property `description` became nullable for the status `200`
  - the response property `icon` became nullable for the status `200`
  - the response property `isPublic` became nullable for the status `200`
  - response property `description` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - …2 more
- **2026-03-04** `298877d6a79a` — 3 breaking
  - response property `description` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `icon` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isPublic` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- **2026-02-21** `4b8811b821e6` — 3 breaking, 3 info
  - the response property `description` became nullable for the status `200`
  - the response property `icon` became nullable for the status `200`
  - the response property `isPublic` became nullable for the status `200`
  - response property `description` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - …2 more
- **2026-01-11** `f6c7baa36924` — 1 warning
  - deleted the `query` request parameter `workspaceId`
- …earlier changes not shown

[Full history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/project/:id/delete.md)

---

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