MCP tool Inputs
delete_form
Delete form
writes data destructive — asks for confirmation
Permanently delete a form AND all its responses. Irreversible. Requires confirm: true after the user has explicitly confirmed.
Ask your assistant
Delete the old pilot survey - yes, including its responses.
Consider exporting to CSV first. To merely stop collecting, close instead.
| Parameter | Type | Description |
|---|---|---|
| form_id | string | Form id (authenticated). From create_form/list_forms. |
| draft_token | string | Draft token (anonymous drafts, before sign-in). From create_form's draftToken. |
| confirm | boolean | Must be true; ask the user to confirm first |
* required
Guides using this tool