Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

delete_webhook

Remove a specific non-global webhook by its ID to stop receiving automated notifications from the Multilead platform.

Instructions

Delete a non-global webhook

This removes a specific non-global webhook by its ID.

Args: user_id: User ID account_id: Account ID webhook_id: Webhook ID to delete

Returns: Success confirmation

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
webhook_idYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "type": "string" }, "user_id": { "type": "string" }, "webhook_id": { "type": "string" } }, "required": [ "user_id", "account_id", "webhook_id" ], "type": "object" }

Other Tools from Multilead Open API MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/vanman2024/multilead-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server