sheets_delete_rows
Delete one or more rows from a Google Sheet by specifying a full-row A1 range.
Instructions
Delete one or more rows from a Google Sheet using a full-row A1 range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | Full-row A1 range to delete (e.g., "Sheet1!2:4" or "Sheet1!3:3"). If sheet name is omitted, the first sheet is used | |
| spreadsheetId | Yes | The ID of the spreadsheet (found in the URL after /d/) |