---
title: "Delete Webhook"
method: DELETE
path: "/hooks/{hookId}"
tags: ["Webhooks"]
---

# Delete Webhook

`DELETE /hooks/{hookId}`

Deletes a webhook. This action is irreversible.

## Path parameters

- `hookId` string, required — The unique identifier of the webhook to delete.

## Response `200`

Response for status 200

- object
  - `id` string, required
  - `deleted` true, required

## Other responses

- `401` — Response for status 401
- `403` — Response for status 403
- `404` — Response for status 404
- `500` — Response for status 500

---

[API](https://skmtc.net/vercel/apis/v0-platform-api-beta.md) · [All operations](https://skmtc.net/vercel/apis/v0-platform-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vercel/v0-platform-api-beta/versions/7c7a496f8022/schema)
