---
title: "Delete Webhook"
method: DELETE
path: "/agents/webhooks/{webhook_id}"
tags: ["Webhooks"]
---

# Delete Webhook

`DELETE /agents/webhooks/{webhook_id}`

Delete a webhook. Detach it from any agents first by clearing their `webhook_id`.

## Path parameters

- `webhook_id` string, required

## Headers

- `Cartesia-Version` '2026-03-01', date, required

## Response `200`

Webhook deleted. Returns the ID of the deleted webhook.

- string — The ID of the deleted webhook.

## Other responses

- `404` — Webhook not found.

---

[API](https://skmtc.net/cartesia/apis/cartesia-api.md) · [All operations](https://skmtc.net/cartesia/apis/cartesia-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cartesia/cartesia-api/revisions/8910812440d3/schema)
