sheets_delete_columns
Delete one or more columns from a Google Sheet using a full-column A1 range. Supply the spreadsheet ID and the range (e.g., 'Sheet1!B:D') to remove those columns.
Instructions
Delete one or more columns from a Google Sheet using a full-column A1 range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | Full-column A1 range to delete (e.g., "Sheet1!B:D" or "Sheet1!C:C"). If sheet name is omitted, the first sheet is used | |
| spreadsheetId | Yes | The ID of the spreadsheet (found in the URL after /d/) |