confirm_single_delete
Delete a specific form in Tally MCP only after explicit human confirmation by entering "DELETE". Ensures safe and intentional deletion by requiring precise user input.
Instructions
Confirm single form deletion ONLY after human responds with exact phrase "DELETE". DO NOT call this automatically - requires genuine human confirmation.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
confirmationToken | Yes | Confirmation token from preview_single_delete | |
formId | Yes | ID of the form to delete | |
humanConfirmation | Yes | REQUIRED: Exact phrase from human user. Must be "DELETE" to proceed or "CANCEL" to abort. Any other value cancels operation. | |
userChoice | No | Legacy parameter - use humanConfirmation instead |