Magento2 – How to Uninstall Theme Using Command Line

commandcommand linemagento2themeuninstall

How to uninstall or remove a theme using the command line In Magento 2.

Thank You…

Best Answer

You can use this command

magento theme:uninstall

You can also define a theme path like below, you can add --backup-code to take backup

magento theme:uninstall frontend/Magento/blank --backup-code

You can Remove themes from the theme database table.

Hope it Helps.