sheets_delete_sheet
Delete a specific sheet from a Google Sheets spreadsheet by providing the spreadsheet ID and sheet ID.
Instructions
Delete a sheet from a Google Sheets spreadsheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheetId | Yes | The ID of the sheet to delete (use sheets_get_metadata to find sheet IDs) | |
| spreadsheetId | Yes | The ID of the spreadsheet (found in the URL after /d/) |