---
title: "Delete a Project"
method: DELETE
path: "/v1/projects/{key}"
tags: ["Projects"]
---

# Delete a Project

`DELETE /v1/projects/{key}`

Delete a Project by ID or key

## Path parameters

- `key` string, required

## Response `200`

Project deleted successfully

## Other responses

- `403`
- `404` — Project not found.This can also be returned if the current token does not have permission to view the project.
- `405` — Cannot delete the last project in an organization. Please contact support to delete the organization.

---

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