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

# Delete existing Webhook

`DELETE /webhooks/{id}`

Deletes the specified Webhook.

## Path parameters

- `id` integer, required

## Response `200`

The webhook deletion success response

- object
  - `success` boolean — If the response is successful or not
  - `status` string — The status of the response

## Other responses

- `401` — Unauthorized response
- `403` — The webhook deletion forbidden response
- `404` — The webhook deletion not found response

---

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