Uninstalling the Violet Extension
To uninstall the Violet extension perform the following steps.
Disable the Violet extension:
php bin/magento module:disable Violet_VioletConnect --clear-static-contentRemove the Violet extension from Composer:\
If installed from Magento Marketplace:
composer remove violet/violetconnectIf installed from Packagist:
composer remove violetio/magento2
Run Setup Upgrade to reflect the removal of the extension:
php bin/magento setup:upgradeReploy the static content:
php bin/magento setup:static-content:deploy -fFlush the Magento cache:
php bin/magento cache:flush
Last updated
Was this helpful?

