---
title: Delete
url: https://www.tines.com/docs/api/cases/delete-1-0/
updated: 2026-07-10T10:01:51+00:00
description: Delete a case.
---

*[tines.com](https://www.tines.com/llms.txt) › [Docs](https://www.tines.com/docs/llms.txt) › [Tines API](https://www.tines.com/docs/api/llms.txt) › [Cases](https://www.tines.com/llm/docs/api/cases.md)*

# Delete

*[View on tines.com](https://www.tines.com/docs/api/cases/delete-1-0/)*

| ⚠️ Note                                                                                                                                                            |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| This v1 API endpoint is deprecated and will be removed on December 1, 2026. Use the [v2 version of this endpoint](https://www.tines.com/api/cases/delete) instead. |

## Description

Delete a case.

## Request

HTTP Method: **DELETE**

| Path Parameter | Description     |
| -------------- | --------------- |
| case_id        | ID of the case. |

### Sample request

```bash
curl -X DELETE \
  https://<tenant-domain>/api/v1/cases/<<case_id>> \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <api-token>'
```

## Response

A successful request will return an empty response with a `204` status code.
