Delete an item
delete_itemDelete an item from a Google Form by its 0-based index. Use get_form to find the index; subsequent items shift down after deletion.
Instructions
Deletes the item at the given 0-based index (question, page break, text block, ...). Deletion shifts every later item one position down — re-check indexes with get_form between successive deletes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | 0-based position of the item to delete (from get_form). | |
| form_id | Yes | The form id — the long id from the form URL (docs.google.com/forms/d/<formId>/edit) or from create_form output. |