How to Remove/Delete Group
We have a use-case where we need to create a dynamic group and add users dynamically into the group for a user assignment task. The users are variable and determined during runtime. We are using the following APIs to create the group and assign users.
After workflow completes, I would like to "clean up" the dynamic group. Removing the users seems straightforward but, how do I delete the group?
Thanks in advance.