Zoom API MCP Server

delete_webhook

Remove a specific webhook from the Zoom API MCP Server by providing its unique webhook ID, ensuring accurate and secure deletion of event subscriptions.

Input Schema

NameRequiredDescriptionDefault
webhook_idYesThe webhook ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "webhook_id": { "description": "The webhook ID", "type": "string" } }, "required": [ "webhook_id" ], "type": "object" }
ID: h6x0sr1f0c