---
title: "Delete a Project"
method: DELETE
path: "/v2/projects"
tags: ["Projects"]
---

# Delete a Project

`DELETE /v2/projects`

Delete a Project.

## Query parameters

- `id` integer

## Response `200`

A status object.

- object
  - `id` integer — A unique Project identifier.
  - `deleted` boolean — If the operation succeeded, then `true`. Otherwise, `false`.

## Other responses

- `401` — Unauthorized
- `default` — Unexpected error

---

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