---
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

---

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