We’ve completed our Rules to actions migrations. But we have one hook that still needs to be moved over to an action. I want to disable the hook so we can test the action before deleting the legacy code, but it seems like I’m getting a 403 due to not having access to a deprecated feature.
I know hooks are read-only now, but we can’t disable an re-enable to test? This isn’t ideal.