delete_sheet
Delete a specific sheet from a Google Sheets spreadsheet using its numeric sheet ID and spreadsheet ID. Streamline sheet organization by removing unused or unwanted tabs.
Instructions
Delete a sheet from a spreadsheet.
Args: spreadsheet_id: The ID of the spreadsheet. sheet_id: The numeric ID of the sheet (from list_sheets).
Returns: Success message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_id | Yes | ||
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |