---
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. API Gateway maps a missing or invalid `x-api-key` to HTTP 401 with this envelope (including `request_id`). A 403 here means the key was accepted but the caller is not permitted.
- `403` — Authenticated but not permitted to perform this action.
- `404` — Resource or route does not exist.

---

[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/2b55e7c05657/schema)
