---
title: "Delete a webhook"
method: DELETE
path: "/v2/webhooks/{webhook_id}"
tags: ["Webhooks"]
---

# Delete a webhook

`DELETE /v2/webhooks/{webhook_id}`

Delete a webhook by its ID. The webhook stops receiving events and is
detached from every prompt, evaluator, and monitor it was subscribed
to. This operation is irreversible.

<Warning>This endpoint is in alpha, read more [here](https://arize.com/docs/ax/rest-reference#api-version-stages).</Warning>

## Path parameters

- `webhook_id` string, required — A universally unique identifier (base64-encoded opaque string).

## Response `204`

Webhook successfully deleted

## Other responses

- `400` — Invalid request
- `401` — Authentication is required
- `403` — Insufficient permissions to access this resource
- `404` — Not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/arize-ai/apis/arize-rest-api.md) · [All operations](https://skmtc.net/arize-ai/apis/arize-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arize-ai/arize-rest-api/revisions/1103033ea050/schema)
