Skip to main content
Move an app-accessible spreadsheet file to trash

Tool details

FieldValue
Namesheets__delete_spreadsheet
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "spreadsheetId": {
      "type": "string",
      "description": "Google Sheets spreadsheet ID / Drive file ID"
    },
    "trashed": {
      "type": "boolean",
      "description": "Whether to move the spreadsheet file to trash"
    }
  },
  "required": [
    "spreadsheetId"
  ],
  "description": "Input schema for the sheets__delete_spreadsheet tool."
}

Output schema

This tool does not publish an output schema.