Skip to main content
Glama

Tally MCP Server

  • Apple
  • Linux

delete_tally_webhook

Remove a specific webhook from a Tally form by providing the form ID and webhook ID, ensuring streamlined webhook management within the Tally MCP Server.

Instructions

Delete a webhook

Input Schema

NameRequiredDescriptionDefault
formIdYesThe ID of the form
webhookIdYesThe ID of the webhook to delete

Input Schema (JSON Schema)

{ "properties": { "formId": { "description": "The ID of the form", "type": "string" }, "webhookId": { "description": "The ID of the webhook to delete", "type": "string" } }, "required": [ "formId", "webhookId" ], "type": "object" }

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/cathrynlavery/tally-mcp-server'

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