Skip to main content
October 17, 2024
Solved

How can I remove/deprecate a business group

  • October 17, 2024
  • 2 replies
  • 0 views

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

    Best answer by shubhama926776

    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.

    2 replies

    shubhama926776
    Brainy
    October 17, 2024

    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.

    शुभम्
    October 17, 2024

    Thank you