Webservice connector to remove multiple entitlement

We have the requirement to mention the group name and user name to be part of the URL while removing the user membership from the group. This works fine when a single entitlement is removed. However, when there is multiple entitlement requirement is to make multiple API calls. As it’s part of a single Plan, not sure how to achieve this. Can anyone please suggest if you have any idea or experience with the scenario?

Example URL:
base_url/api/resources/groups/$group_name$/members/$member_id$

Got same question here, hope there’s an answer! A possible approach is to do all the calls in the WebServiceAfterOperation rule but I’m also looking for a better solution.

check addRemoveEntInSingleReq flag. You can refer more in documentation of WS source guide. It is used for this purpose only.