Google Super

GOOGLESUPER_GOOGLE_DRIVE_DELETE_FOLDER_OR_FILE_ACTION

Tool to delete a file or folder in Google Drive. Use when you need to permanently remove a specific file or folder using its ID. Note: This action is irreversible.

Remote googlesuper

Other tools also called GOOGLESUPER_GOOGLE_DRIVE_DELETE_FOLDER_OR_FILE_ACTION? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "fileId": {
      "type": "string",
      "title": "File Id",
      "examples": [
        "1XyZAbcDefGhiJklMnoPqRsTuVwXyZAbcDef"
      ],
      "description": "The ID of the file or folder to delete. This is a required field."
    },
    "supportsAllDrives": {
      "type": "boolean",
      "title": "Supports All Drives",
      "default": null,
      "nullable": true,
      "description": "Whether the application supports both My Drives and shared drives. If false or unspecified, the file is attempted to be deleted from the user's My Drive. If true, the item will be deleted from shared drives as well if necessary."
    }
  }
}