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

# Delete a Bolt Webhook

`DELETE /v1/webhooks/{webhook_id}`

Delete a Bolt webhook. Provide an authorized X-API-Key to perform this action.

## Path parameters

- `webhook_id` string, required — A unique webhook ID. Reference this value to modify or delete the webhook subscription. operations as well.

## Response `200`

Success

## Other responses

- `400` — BAD REQUEST. Request is malformed or invalid values are detected.
- `403` — FORBIDDEN. Not authorized to perform the operation on this resource.
- `404` — NOT FOUND. Unable to find webhook.

---

[API](https://skmtc.dev/bolt/apis/bolt-api-reference.md) · [All operations](https://skmtc.dev/bolt/apis/bolt-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bolt/bolt-api-reference/revisions/1f62c40558c6/schema)
