Forum Discussion
If you want to disable a check (aka LogicModule) globally, you can modify the Module's AppliesTo so it no longer applies to any devices. For example you can add " && false()" to the end of the existing AppliesTo to fully disable it.
WARNING! This will immediately remove the check that is disabled and it will also lose ALL historical data for that check across all devices globally without warning. If you have a sandbox instance, I highly suggest you test this out before doing it in production, so you can understand the affects.
While looking at the check you want to globally disable, click on the "Edit Global Definition" (UIv3) or world icon (UIv4). Edit the module and add " && false()" to the end of the AppliesTo and save with a note that you disabled the check globally.