How can I disable a ModSecurity rule in WHM/CPANEL

Edit file:

[root@cpguard ~]#nano -w /etc/apache2/conf.d/modsec/modsec2.cpanel.conf

End of file, add rule id what you wanna disable ex.405001:

## 
## ModSecurity disabled rules:
##

SecRuleRemoveById 405001

Restart HTTP Daemon:

[root@cpguard ~]# service httpd restart
Redirecting to /bin/systemctl restart httpd.service