An uninstall script has been provided to unregister the plugin with cPanel and remove all CloudFlare specific files from the server to deactivate the plugin.
The following set of commands will download the necessary files, execute the uninstall script and ultimately remove the uninstall script as well
Quote#wget https://raw.githubusercontent.com/cloudflare/CloudFlare-CPanel/master/cloudflare/installers/cloudflare.cpanelplugin && bash <(curl -s https://raw.githubusercontent.com/cloudflare/CloudFlare-CPanel/master/cloudflare/uninstall_cf) && rm -f uninstall_cf
NOTE: This will not remove zones or users from CloudFlare that have been registered through the plugin.