Step #1:- Connect via SSH to the root of the Magento installation
php bin/magento module:status
Step #2:- Disable the extension
php bin/magento module:disable<ExtensionProvider_ExtensionName>
php bin/magento setup:upgrade
Step #3:- Remove the extension
cd app/code/<ExtensionProvider>/
rm -rf <ExtensionName>
Step #4:- Refresh your website homepage
Answers (0)