delete_table_row
Remove a specific row from a table in Google Docs by specifying document ID, table position, and row index.
Instructions
Delete a row from an existing table.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The ID of the Google Document | |
| table_start_index | Yes | The index where the table starts | |
| row_index | Yes | The row index (0-based) to delete |