sheets_delete_table
Delete a specific table from a Google Sheet using its table ID. Removes the native table structure and associated data.
Instructions
Delete a native Google Sheets table by tableId
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableId | Yes | The ID of the table to delete | |
| spreadsheetId | Yes | The ID of the spreadsheet (found in the URL after /d/) |