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

---

[API](https://skmtc.net/micro-so/apis/prism.md) · [All operations](https://skmtc.net/micro-so/apis/prism/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/micro-so/prism/versions/558afa74332e/schema)
