Google Drive

gd_delete_file

Permanently delete a file or folder. This action is irreversible — the file will NOT go to trash. Use gd_update_file with trashed=true to move to trash instead.

Remote node2flow/google-drive

Other tools also called gd_delete_file? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "file_id": {
      "type": "string",
      "description": "The ID of the file or folder to permanently delete"
    }
  }
}