---
title: "Delete a webhook"
method: DELETE
path: "/v2/webhooks/{teamId}/{webhookId}"
---

# Delete a webhook

`DELETE /v2/webhooks/{teamId}/{webhookId}`

## Path parameters

- `teamId` string, uuid, required
- `webhookId` string, uuid, required

## Response `204`

Deleted.

## Other responses

- `401` — Missing or invalid credentials.
- `403` — Authenticated but not permitted to perform this action.
- `404` — Resource or route does not exist.

## Changes

- **2026-06-29** `74d3dbb14f1d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/micro-so/apis/prism/changes/v2/webhooks/:teamId/:webhookId/delete.md)

---

[API](https://skmtc.dev/micro-so/apis/prism.md) · [All operations](https://skmtc.dev/micro-so/apis/prism/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/micro-so/prism/revisions/39ee192ead29/schema)
