Google Super

GOOGLESUPER_EMPTY_TRASH

Tool to permanently delete all of the user's trashed files. Use when you want to empty the trash in Google Drive. This action allows you to permanently remove all files that are currently in the trash of Google Drive. It can be applied to files in both the user's root trash and shared drives, ensuring a complete removal of unwanted files.

Remote googlesuper

Other tools also called GOOGLESUPER_EMPTY_TRASH? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "driveId": {
      "type": "string",
      "title": "Drive Id",
      "default": null,
      "examples": [
        "0ABmN4q4aF7dPUk9PVA"
      ],
      "nullable": true,
      "description": "If set, empties the trash of the provided shared drive. This parameter is ignored if the item is not in a shared drive."
    },
    "enforceSingleParent": {
      "type": "boolean",
      "title": "Enforce Single Parent",
      "default": null,
      "nullable": true,
      "description": "Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root. This parameter is ignored if the item is not in a shared drive."
    }
  }
}