sheets_delete_rows
Deletes a range of rows from a Google Sheet by specifying the starting row index and optional end index.
Instructions
Delete rows from a specific position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheetId | Yes | The ID of the sheet | |
| endIndex | No | Ending row index (0-based) | |
| startIndex | Yes | Starting row index (0-based) | |
| spreadsheetId | Yes | The ID of the spreadsheet |