Google Sheets
GOOGLESHEETS_DELETE_SHEET
Tool to delete a sheet (worksheet) from a spreadsheet. Use when you need to remove a specific sheet from a Google Sheet document.
Remote googlesheets
Other tools also called GOOGLESHEETS_DELETE_SHEET?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"sheet_id": {
"type": "integer",
"description": "The ID of the sheet to delete. If the sheet is of DATA_SOURCE type, the associated DataSource is also deleted.\nExample: 123456789"
},
"spreadsheetId": {
"type": "string",
"description": "The ID of the spreadsheet from which to delete the sheet.\nExample: \"abc123xyz789\""
}
}
}