---
title: "Delete Webhook"
method: DELETE
path: "/team-messaging/v1/webhooks/{webhookId}"
tags: ["Incoming Webhooks"]
---

# Delete Webhook

`DELETE /team-messaging/v1/webhooks/{webhookId}`

Deletes a webhook by ID.

## Path parameters

- `webhookId` string, required

## Response `200`

The resource was deleted successfully.

## Other responses

- `400` — Some of the parameters are missing or have invalid format
- `404` — Webhook not found.

---

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