---
title: "Delete Case"
method: DELETE
path: "/mr/api/v1/cases/{id}"
tags: ["Cases"]
---

# Delete Case

`DELETE /mr/api/v1/cases/{id}`

This endpoint allows deleting a case using the case ID.

## Path parameters

- `id` string, required

## Headers

- `X-Pt-Id` string, required

## Response `204`

Case deleted successfully (no content)

## Other responses

- `401` — Unauthorized – Invalid or missing authentication token
- `404` — Case not found – The specified case ID does not exist
- `500` — Internal server error – Unexpected failure during processing

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
