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

# Delete a project

`DELETE /v2/projects/{id}`

## Path parameters

- `id` string, required

## Response `200`

Project deleted successfully

- object
  - `id` string

## Other responses

- `404` — Project not found
- `422` — API key has no owner to resolve user-scoped projects

---

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