Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Move an app-accessible spreadsheet file to trash
| Field | Value |
|---|---|
| Name | sheets__delete_spreadsheet |
| Group | Integrations |
{
"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."
}