delete_tally_form
Remove a Tally form by specifying its unique form ID using this tool within the Tally MCP Server, streamlining form management and data cleanup.
Instructions
Delete a Tally form
Input Schema
Name | Required | Description | Default |
---|---|---|---|
formId | Yes | The ID of the form to delete |
Input Schema (JSON Schema)
{
"properties": {
"formId": {
"description": "The ID of the form to delete",
"type": "string"
}
},
"required": [
"formId"
],
"type": "object"
}