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.
Permanently delete a file or folder from Google Drive
| Field | Value |
|---|---|
| Name | drive__delete_file |
| Group | Integrations |
{
"type": "object",
"properties": {
"fileId": {
"type": "string",
"description": "Google Drive file ID to delete"
}
},
"required": [
"fileId"
],
"description": "Input schema for the drive__delete_file tool."
}