You can disable the module by running the below command.
php bin/magento module:disable Vendorname_Modulename
Or other way, you can access the file app/etc/config.php
You will see a long list of modules there, just set the value 0 for the module ‘Vendorname_Modulename’ => 0,
Your module should be disabled now.