---
title: "Delete a Webhook"
method: POST
path: "/webhooks/delete"
tags: ["/webhooks"]
---

# Delete a Webhook

`POST /webhooks/delete`

Deletes a specified [webhook](/developer-tools/webhooks).

## Request body

- object
  - `webhook_id` string, required — ID of the webhook that you want to delete.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/versions/00c35395ce12/schema)
