confirm_single_delete
Execute safe deletion of a single form in Tally MCP only after receiving explicit human confirmation with the exact phrase "DELETE". Ensures intentional action and prevents accidental removal.
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 |