get https://apps.applozic.com/rest/ws/group/multiple/delete
Use this API to delete multiple groups
Parameter Description:
Parameter | Required | Description |
---|---|---|
groupIds | Yes | Group unique identifier |
clientGroupIds | Yes | Group unique identifier with respect to client |
resetCount | No | To reset group users unread-count |
Note:
- In case of Application Bot calling the API, Of-User-Id header is required.
Of-User-Id is the userId of the group admin user on behalf of which application bot wants to delete the groups.- This API supports both GET and POST call.
- Either pass groupIds or clientGroupIds.