I have a group, group type is business group, now I no longer need this group. How can I deprecate/remove it. It has been deployed to higher env like prod. I need to remove it from all env
Discussion posts and replies are publicly visible
I would recommend first checking the dependencies of those groups. If no dependencies are found, change the name to GROUP_NAME_DEPRECATED instead of deleting it. You will need to perform this manual activity in lower environments and push it to higher ones.
Thank you