Google Super

GOOGLESUPER_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 googlesuper

Other tools also called GOOGLESUPER_DELETE_SHEET? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "sheet_id": {
      "type": "integer",
      "title": "Sheet Id",
      "examples": [
        123456789
      ],
      "description": "The ID of the sheet to delete. If the sheet is of DATA_SOURCE type, the associated DataSource is also deleted."
    },
    "spreadsheetId": {
      "type": "string",
      "title": "Spreadsheet Id",
      "examples": [
        "abc123xyz789"
      ],
      "description": "The ID of the spreadsheet from which to delete the sheet."
    }
  }
}