---
title: "Delete project"
method: DELETE
path: "/applications/v1/projects/{id}"
tags: ["Applications Projects"]
---

# Delete project

`DELETE /applications/v1/projects/{id}`

Soft-deletes an application project or deployed Thurgood app from Case.dev. By default it also removes the linked hosting project; set deleteFromHosting=false to keep the external hosting resources intact.

## Path parameters

- `id` string, required

## Query parameters

- `deleteFromHosting` boolean

## Response `200`

Project deleted successfully

## Other responses

- `400` — Project ID is required
- `401` — Invalid API key
- `403` — API key does not have access to compute service
- `404` — Project not found

---

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