---
title: Delete
url: https://www.tines.com/docs/api/cases/webhooks/delete/
updated: 2026-07-06T13:51:55+00:00
description: Delete a case webhook by ID.
---

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

# Delete

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

## Description

Delete a case webhook by ID.

## Request

HTTP Method: **DELETE**

| Path Parameter | Description                      |
| -------------- | -------------------------------- |
| id             | The ID of the webhook to delete. |

```bash
curl -X DELETE \
  https://<tenant-domain>/api/v1/case_webhooks/<<id>> \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
```

## Response

A successful request returns a `204 No Content` response with an empty body.
