delete_drive_file_tool
Permanently delete files from Google Drive using the Apps Script MCP server. Specify user email and file ID for irreversible removal.
Instructions
Permanently delete a file from Google Drive.
WARNING: This permanently deletes the file. Use trash_drive_file for recoverable deletion.
Args: user_google_email: The user's Google email address file_id: The file ID to delete
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| file_id | Yes |