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

# Delete webhook

`DELETE /api/webhooks/{webhookId}`

Deletes a webhook. Webhook will stop receiving events but delivery history is preserved.

## Path parameters

- `webhookId` string, required

## Response `204`

## Other responses

- `401` — Unauthorized
- `403` — SignedAgreementRequiredException

---

[API](https://skmtc.net/muralpay/apis/mural-api.md) · [All operations](https://skmtc.net/muralpay/apis/mural-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/muralpay/mural-api/versions/437d277f5948/schema)
