Skip to main content
Permanently delete a file or folder from Google Drive

Tool details

FieldValue
Namedrive__delete_file
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "fileId": {
      "type": "string",
      "description": "Google Drive file ID to delete"
    }
  },
  "required": [
    "fileId"
  ],
  "description": "Input schema for the drive__delete_file tool."
}

Output schema

This tool does not publish an output schema.