Google Sheets

gs_delete_sheet

Delete a sheet/tab from a spreadsheet. Use gs_get_spreadsheet to find the sheet_id first. This action is irreversible.

Remote node2flow/google-sheets

Other tools also called gs_delete_sheet? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "sheet_id": {
      "type": "number",
      "description": "The numeric sheet ID (from gs_get_spreadsheet, NOT the sheet name)"
    },
    "spreadsheet_id": {
      "type": "string",
      "description": "The spreadsheet ID"
    }
  }
}