diff --git a/Existing_API_Collection/Universities_Worldwide_API/README.md b/Existing_API_Collection/Universities_Worldwide_API/README.md
deleted file mode 100644
index 0a2fbcee..00000000
--- a/Existing_API_Collection/Universities_Worldwide_API/README.md
+++ /dev/null
@@ -1,40 +0,0 @@
-# University Search Web App
-
-This is a web application that allows users to search for universities in a specified country using the Hipolabs University API.
-
-## Features
-
-- Input a country name to search for universities.
-- Display a list of universities with their names, countries, and websites.
-
-## Technologies Used
-
-- HTML
-- CSS
-- JavaScript
-
-## Usage
-
-1. Open the `index.html` file in your web browser.
-2. Enter the name of a country in the input box.
-3. Click the "Search" button to fetch and display the list of universities in the specified country.
-
-## Code Explanation
-
-- HTML: Provides the structure of the web page.
-- CSS: Styles the elements for a better visual presentation.
-- JavaScript: Fetches data from the Hipolabs University API and dynamically updates the content on the web page.
-
-## API Integration
-
-This web app integrates with the Hipolabs University API to fetch a list of universities in a specified country.
-
-- API URL: `http://universities.hipolabs.com/search?country=CountryName`
-
-## Credits
-
-- [Hipolabs University API](http://universities.hipolabs.com/)
-
-## License
-
-This project is licensed under the MIT License - see the LICENSE file for details.
diff --git a/Existing_API_Collection/Universities_Worldwide_API/index.html b/Existing_API_Collection/Universities_Worldwide_API/index.html
deleted file mode 100644
index f5b34b34..00000000
--- a/Existing_API_Collection/Universities_Worldwide_API/index.html
+++ /dev/null
@@ -1,28 +0,0 @@
-
-
-