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

# Delete a webhook

`DELETE /v1/webhooks/{id}`

Permanently deletes a webhook endpoint. It will no longer receive events.

## Path parameters

- `id` string, uuid, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request (e.g. invalid UUID)
- `404` — Not Found
- `409` — Conflict (code `tenant_write_conflict`) – the delete could not be serialized against a tenant data purge in progress for this webhook's tenant, or the webhook was modified concurrently. The conflict is transient; retry the request.
- `default` — Error

---

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