bulk_delete_forms
Delete multiple Tally forms in bulk using specified filters or form IDs. Requires a confirmation workflow: preview, confirm, and execute. Ensures safe, controlled deletions with options for batch processing, retries, and error handling.
Instructions
🚫 DEPRECATED: Use confirm_bulk_delete instead. This tool now requires human confirmation via the confirm_bulk_delete tool after preview_bulk_delete. The new workflow is: 1) preview_bulk_delete, 2) confirm_bulk_delete with user choice, 3) automatic execution. This tool is kept for backward compatibility but will reject calls without proper confirmation workflow.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
batchSize | No | Number of forms to process per batch (1-50, default: 10) | |
confirmationToken | No | REQUIRED: Confirmation token from preview_bulk_delete response to proceed with deletion. This ensures you have previewed what will be deleted. | |
filters | No | Filter criteria for selecting forms to delete | |
formIds | No | Array of specific form IDs to delete | |
options | No | Additional options for bulk deletion operation |