delete_table_column
Remove a specific column from a table in a Google Docs document to restructure or simplify content.
Instructions
Delete a column 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 | |
| column_index | Yes | The column index (0-based) to delete |