Disable all integrations
When refreshing from prod to dev / stage it is sometimes a good idea to make all integrations be disabled by default to not cause dev environment to send data without knowledge.
Disable all by SQL in the database
UPDATE "AO_CA2578_APPLICATION" SET "ACTIVE" = false