Uninstall extension magento 2

How to disable module in magento 2

Suppose that I want to disable module called “Ashsmith_Blog”

1.Open terminal(Command Prompt) or SSH.

2.Goto Root Directory of magento by cd command

3.Type following command to disable module


bin/magento module:disable Ashsmith_Blog

4.Thats All.Module is disabled.