---
title: "Delete Webhook"
method: DELETE
path: "/api/v1/webhooks/{id}"
tags: ["Webhooks", "Public API"]
---

# Delete Webhook

`DELETE /api/v1/webhooks/{id}`

Permanently removes a webhook owned by the authenticated user. A webhook can only be deleted by the same credentials that created it; attempting to delete another user's webhook returns 403. Use List Webhooks to find webhook IDs.

OAuth Scopes: webhooks, webhooks.write

## Path parameters

- `id` integer, required

## Response `200`

Webhook deleted successfully. Returns a plain text confirmation message.

## Other responses

- `401` — Unauthorized.
- `403` — The authenticated user does not have permission to delete the requested webhook.
- `404` — No webhook exists with the given ID.
- `500` — Internal error

---

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