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

# Delete a webhook subscription

`DELETE /v1/webhooks/{webhook_id}`

Permanently delete a webhook subscription. This action cannot be undone.

## Path parameters

- `webhook_id` string, required

## Response `204`

Webhook deleted successfully

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

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