diff --git a/src/components/NcPopoverMenu/NcPopoverMenu.vue b/src/components/NcPopoverMenu/NcPopoverMenu.vue
deleted file mode 100644
index 015d09ecd8..0000000000
--- a/src/components/NcPopoverMenu/NcPopoverMenu.vue
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
- This component is deprecated. Please use the [Actions](#/Components?id=actions-1) component instead.
-
-
-
-
-
-
-
-
-
diff --git a/src/components/NcPopoverMenu/NcPopoverMenuItem.vue b/src/components/NcPopoverMenu/NcPopoverMenuItem.vue
deleted file mode 100644
index 0a54fbebc0..0000000000
--- a/src/components/NcPopoverMenu/NcPopoverMenuItem.vue
+++ /dev/null
@@ -1,383 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/components/NcPopoverMenu/index.js b/src/components/NcPopoverMenu/index.js
deleted file mode 100644
index 5fd4f36364..0000000000
--- a/src/components/NcPopoverMenu/index.js
+++ /dev/null
@@ -1,23 +0,0 @@
-/**
- * @copyright Copyright (c) 2018 John Molakvoæ
- *
- * @author John Molakvoæ
- *
- * @license AGPL-3.0-or-later
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as
- * published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
- *
- */
-
-export { default } from './NcPopoverMenu.vue'
diff --git a/src/components/index.js b/src/components/index.js
index d1810a641a..a1c655bd5b 100644
--- a/src/components/index.js
+++ b/src/components/index.js
@@ -79,7 +79,6 @@ export { default as NcMultiselectTags } from './NcMultiselectTags/index.js'
export { default as NcNoteCard } from './NcNoteCard/index.js'
export { default as NcPasswordField } from './NcPasswordField/index.js'
export { default as NcPopover } from './NcPopover/index.js'
-export { default as NcPopoverMenu } from './NcPopoverMenu/index.js'
export { default as NcProgressBar } from './NcProgressBar/index.js'
export { default as NcRelatedResourcesPanel } from './NcRelatedResourcesPanel/index.js'
export { default as NcRichContenteditable, NcAutoCompleteResult, NcMentionBubble } from './NcRichContenteditable/index.js'
diff --git a/styleguide.config.js b/styleguide.config.js
index 26fe3b5ff1..dbc9d861d1 100644
--- a/styleguide.config.js
+++ b/styleguide.config.js
@@ -83,7 +83,6 @@ module.exports = async () => {
'src/components/NcDashboard*/*.vue',
'src/components/NcListItem*/*.vue',
'src/components/NcMultiselect*/*.vue',
- 'src/components/NcPopoverMenu/!(NcPopoverMenu).vue',
'src/components/NcRichContenteditable/!(NcRichContenteditable).vue',
'src/components/NcRichText*/*.vue',
'src/components/NcSelect*/*.vue',