Google Drive

gd_empty_trash

Permanently delete ALL files in the trash. This action is irreversible. All trashed files for the authenticated user will be permanently removed.

Remote node2flow/google-drive

Other tools also called gd_empty_trash? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "confirm": {
      "type": "boolean",
      "description": "Set to true to confirm permanent deletion of all trashed files (required safety check)"
    }
  }
}