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

# Delete Hook

`DELETE /hooks/{hookId}`

Deletes a webhook based on its ID. This action is irreversible.

## Path parameters

- `hookId` string, required

## Response `200`

Success

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

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `413` — Payload Too Large
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/vercel/apis/v0-platform-api-beta.md) · [All operations](https://skmtc.dev/vercel/apis/v0-platform-api-beta/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vercel/v0-platform-api-beta/revisions/90f1f1e3f7eb/schema)
