# delete_form

> Permanently delete a form AND all its responses. Irreversible. Requires confirm: true after the user has explicitly confirmed.

_MCP tool "Delete form" · writes data · destructive · https://forms.ax/help/tools/delete_form_

## Ask your assistant

- "Delete the old pilot survey - yes, including its responses."

Consider [exporting to CSV](/help/responses/export-csv) first. To merely stop collecting, [close](/help/publishing/close-delete) instead.

## Inputs

- `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
