---
title: "Delete a case"
method: DELETE
path: "/v1/cases/{id}"
tags: ["Cases"]
---

# Delete a case

`DELETE /v1/cases/{id}`

Delete the specified case.

---

#### See also  
Learn more about [Cases](./cases-guide)

## Path parameters

- `id` string, required

## Query parameters

- `permanent` boolean

## Response `204`

## Other responses

- `404` — No case can be found.

---

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