---
title: "Delete a webhook"
method: DELETE
path: "/v1/webhooks/{id}"
tags: ["Webhooks"]
---

# Delete a webhook

`DELETE /v1/webhooks/{id}`

Permanently deletes the webhook. Deliveries stop immediately; tests already in flight will not fire it.

## Path parameters

- `id` integer, required

## Response `204`

Delete a webhook

- TestingbotEntitiesAckWithMessage — Testingbot_Entities_AckWithMessage model
  - `success` boolean, required — Whether the operation succeeded.
  - `message` string, required — Human-readable confirmation of what was done.

## Other responses

- `401` — Authentication required
- `403` — Your role does not permit this action
- `404` — Webhook not found

---

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