Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

delete_global_webhook

Remove a global webhook from the Multilead platform by specifying the URL and event subscriptions to stop receiving automated notifications.

Instructions

Delete a global webhook

This removes a specific global webhook by matching URL and event subscriptions.

Args: user_id: User ID account_id: Account ID array_of_actions: List of event action types the webhook was subscribed to array_of_ids: List of resource IDs associated with the webhook url: Webhook URL to delete

Returns: Success confirmation

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
array_of_actionsYes
array_of_idsYes
urlYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "type": "string" }, "array_of_actions": { "items": { "type": "string" }, "type": "array" }, "array_of_ids": { "items": { "type": "integer" }, "type": "array" }, "url": { "type": "string" }, "user_id": { "type": "string" } }, "required": [ "user_id", "account_id", "array_of_actions", "array_of_ids", "url" ], "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