Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Delete a sheet/tab from a spreadsheet by sheet ID
sheets__delete_sheet
{ "type": "object", "properties": { "spreadsheetId": { "type": "string", "description": "Google Sheets spreadsheet ID" }, "requests": { "type": "array", "description": "A batchUpdate requests array containing a deleteSheet request" } }, "required": [ "spreadsheetId", "requests" ], "description": "Input schema for the sheets__delete_sheet tool." }