Uninstalling the Magento 2 Extension

Check how to completely remove the extension

Just like when you install extensions in Magento 2, uninstalling needs to be done through Command Line.

Simply type in the following commands in order to remove it:

  1. php bin/magento setup:module:disable Clerk_Clerk

  2. composer remove clerk/magento2