---
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
- `default` — Error

## Changes

- **2026-06-03** `6907a0a9de00` — 3 breaking, 3 warning, 18 info
  - the `instance` response's property type/format changed from `string`/`uri` to `string`/`` for status `400`
  - the `instance` response's property type/format changed from `string`/`uri` to `string`/`` for status `404`
  - the `instance` response's property type/format changed from `string`/`uri` to `string`/`` for status `default`
  - removed the optional property `errors` from the response with the `400` status
  - …20 more
- **2026-04-30** `2fe8dc460c4d` — 3 info
  - the `type` response's property default value `about:blank` was removed for the status `400`
  - the `type` response's property default value `about:blank` was removed for the status `404`
  - the `type` response's property default value `about:blank` was removed for the status `default`
- **2026-03-05** `7af2577fe592` — 2 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `404`
- **2026-02-24** `388b775b55ad` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/formbricks/apis/formbricks-hub-api/changes/v1/webhooks/:id/delete.md)

---

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