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

# Delete Webhook

`DELETE /v1/webhooks/{webhook_id}`

Remove a webhook. CASCADE on webhook_deliveries cleans up the
delivery audit log too -- accepted tradeoff (operators wanting
historical delivery data should pull it before deleting).

## Path parameters

- `webhook_id` integer, required

## Headers

- `X-Api-Key` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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