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

# Delete Webhook

`DELETE /v1/webhooks/{webhookId}`

Delete a webhook configuration. Requires API key with webhook:write.

## Path parameters

- `webhookId` string, required

## Response `200`

Webhook deleted

- ApiResponseDeleted
  - `success` boolean, required
  - `data` object, nullable
    - `id` string
    - `deleted` boolean
  - `error` string, nullable

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

[API](https://skmtc.net/migma/apis/migma-ai-api-v1.md) · [All operations](https://skmtc.net/migma/apis/migma-ai-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/migma/migma-ai-api-v1/revisions/3f3dba69574b/schema)
