Google Drive

gd_delete_drive

Permanently delete a shared drive. The drive must be empty (no files) before it can be deleted. This action is irreversible.

Remote node2flow/google-drive

Other tools also called gd_delete_drive? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "drive_id": {
      "type": "string",
      "description": "The ID of the shared drive to delete"
    }
  }
}