---
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

## Changes

- **2026-08-08** `eff607a49246` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/testingbot/apis/testingbot-rest-api/changes/v1/webhooks/:id/delete.md)

---

[API](https://skmtc.dev/testingbot/apis/testingbot-rest-api.md) · [All operations](https://skmtc.dev/testingbot/apis/testingbot-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/testingbot/testingbot-rest-api/revisions/235c6ba65e6f/schema)
