---
title: "Delete a Project"
method: DELETE
path: "/v9/projects/{idOrName}"
tags: ["projects"]
---

# Delete a Project

`DELETE /v9/projects/{idOrName}`

Delete a specific project by passing either the project `id` or `name` in the URL.

## Path parameters

- `idOrName` string, required — The unique project identifier or the project name

## Query parameters

- `teamId` string
- `slug` string

## Response `204`

The project was successfuly removed

## Other responses

- `400` — One of the provided values in the request query is invalid.
- `401` — The request is not authorized.
- `403` — You do not have permission to access this resource.
- `409`
- `410`

---

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