---
title: "Delete Webhook"
description: "Delete a webhook and stop receiving notifications at its endpoint."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Webhook

Use the Speak AI MCP server tool `delete_webhook` to delete a webhook and stop
receiving notifications at its endpoint.

## What does it do?

Delete a webhook and stop receiving notifications at its endpoint.

## Parameters

`delete_webhook` takes 1 parameter, all of them required.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `webhookId` | string | Yes | Unique identifier of the webhook to delete |

## Behaviour

The Speak AI MCP server publishes these behaviour hints for `delete_webhook`.

- Can change data in your workspace.
- Can delete or overwrite data. Use with care.
- Repeating an identical call is safe.
- Can reach systems outside Speak AI.

## Related

- [Webhooks](/mcp/tools/webhooks/) lists the rest of the Webhooks category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/webhooks/delete_webhook/index.mdx
