Uninstallation Guide for Magento 2 Extensions

Created by Chloe Chu, Modified on Wed, 10 Apr 2019 at 12:05 PM by Chloe Chu

Here’s our steps to uninstall this module:

Step 1: Connect via SSH to your magneto installation and execute below commands:

php bin/magento module:disable <ExtensionProvider_ExtensionName> –clear-static-content php bin/magento setup:upgrade

Step 2: Remove extension files:

cd app/code/<ExtensionProvider>/ rm -rf <ExtensionName>

* Note: If you are using more extensions from the same provider make sure not to remove the shared extension, most providers use a shared extension or dependency pack as a base for all their extensions.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article