---
title: "Delete Webhook"
method: DELETE
path: "/v2/webhook/{id}"
tags: ["Webhook"]
---

# Delete Webhook

`DELETE /v2/webhook/{id}`

# Delete Webhook

Deletes a webhook subscription by id.

After deletion, no further webhook deliveries are attempted for that subscription.

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- MessageResponse
  - `message` string, required
  - `data` object

## Other responses

- `422` — Validation Error

---

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