# Uninstalling the Violet Extension

To uninstall the Violet extension perform the following steps.

1. Disable the Violet extension:\
   `php bin/magento module:disable Violet_VioletConnect --clear-static-content`
2. Remove the Violet extension from Composer:\\
   * If installed from Magento Marketplace: `composer remove violet/violetconnect`
   * If installed from Packagist: `composer remove violetio/magento2`
3. Run Setup Upgrade to reflect the removal of the extension:\
   `php bin/magento setup:upgrade`
4. Reploy the static content:\
   `php bin/magento setup:static-content:deploy -f`
5. Flush the Magento cache:\
   `php bin/magento cache:flush`
