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

# Delete webhook

`DELETE /v1/webhook/{webhookId}`

Deletes a webhook and all its event subscriptions.

## Path parameters

- `webhookId` string, required

## Response `200`

Webhook deleted successfully

- object
  - `data` object, required
    - `success` boolean, required — Whether the deletion was successful

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-08-17** `887b091b3d81` — 6 warning
  - added the new `conflict` enum value to the `type` response property for the response status `401`
  - added the new `conflict` enum value to the `type` response property for the response status `404`
  - added the new `conflict` enum value to the `type` response property for the response status `500`
  - added the new `payment_required` enum value to the `type` response property for the response status `401`
  - …2 more

[Change history](https://skmtc.dev/roarkhq/apis/roark-analytics-api/changes/v1/webhook/:webhookId/delete.md)

---

[API](https://skmtc.dev/roarkhq/apis/roark-analytics-api.md) · [All operations](https://skmtc.dev/roarkhq/apis/roark-analytics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roarkhq/roark-analytics-api/revisions/1d61b68e9429/schema)
