Alchemy MCP Plugin

unsubscribe

Cancel blockchain event subscriptions by providing the subscription ID to stop receiving updates, streamlining data management within the Alchemy MCP Plugin.

Instructions

Unsubscribe from blockchain events

Input Schema

NameRequiredDescriptionDefault
subscriptionIdYesThe ID of the subscription to cancel

Input Schema (JSON Schema)

{ "properties": { "subscriptionId": { "description": "The ID of the subscription to cancel", "type": "string" } }, "required": [ "subscriptionId" ], "type": "object" }
ID: p99w73336q