Skip to main content
Glama

google_drive_delete_file

Remove a file from Google Drive by specifying its ID, with the option to permanently delete it or move it to trash. Simplifies file management within the Google MCP ecosystem.

Instructions

Delete a file from Google Drive

Input Schema

NameRequiredDescriptionDefault
fileIdYesID of the file to delete
permanentlyNoWhether to permanently delete the file or move it to trash

Input Schema (JSON Schema)

{ "properties": { "fileId": { "description": "ID of the file to delete", "type": "string" }, "permanently": { "description": "Whether to permanently delete the file or move it to trash", "type": "boolean" } }, "required": [ "fileId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vakharwalad23/google-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server