diff --git a/modules/search_api_views_taxonomy/search_api_views_taxonomy.info.yml b/modules/search_api_views_taxonomy/search_api_views_taxonomy.info.yml
deleted file mode 100644
index 170e482..0000000
--- a/modules/search_api_views_taxonomy/search_api_views_taxonomy.info.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-type: module
-name: 'Search API Taxonomy Term Handlers'
-description: 'Deprecated. You should uninstall this module.'
-package: Search
-core: 8.x
-hidden: true
-configure: search_api.overview
-dependencies:
-  - drupal:system (>=8.1)
-  - search_api:search_api
-  - drupal:taxonomy
-  - drupal:views
diff --git a/modules/search_api_views_taxonomy/search_api_views_taxonomy.install b/modules/search_api_views_taxonomy/search_api_views_taxonomy.install
deleted file mode 100644
index 229a919..0000000
--- a/modules/search_api_views_taxonomy/search_api_views_taxonomy.install
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-/**
- * @file
- * Install, update and uninstall functions for the Search API Taxonomy Term Handlers module.
- */
-
-use Drupal\Core\Url;
-
-/**
- * Implements hook_requirements().
- */
-function search_api_views_taxonomy_requirements() {
-  $requirements['search_api_views_taxonomy'] = [
-    'title' => t('Search API Taxonomy Term Handlers'),
-    'value' => t('Out-dated'),
-    'description' => t('All functionality of the "Search API Taxonomy Term Handlers" module has been moved into the Search API module. You should <a href=":uninstall">uninstall this module</a>.', [
-      ':uninstall' => Url::fromRoute('system.modules_uninstall')->toString(),
-    ]),
-    'severity' => REQUIREMENT_WARNING,
-  ];
-
-  return $requirements;
-}
