---
title: "Delete webhook"
method: DELETE
path: "/api/webhooks/{id}"
tags: ["Webhooks"]
---

# Delete webhook

`DELETE /api/webhooks/{id}`

Permanently deletes a webhook. Requires admin role.

## Path parameters

- `id` integer, required

## Response `200`

Webhook deleted.

- SuccessBoolean
  - `success` boolean, required

## Other responses

- `403` — Insufficient permissions or license tier.
- `404` — Resource not found.
- `500` — Internal server error.

---

[API](https://skmtc.net/studio-saelix/apis/sencho-api.md) · [All operations](https://skmtc.net/studio-saelix/apis/sencho-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/studio-saelix/sencho-api/versions/f36f82acae1d/schema)
