removeMember

abstract fun removeMember(groupId: String, userData: UserData): Group?

Removes a member from a group.

Return

the updated group, or null if the group does not exist

Parameters

groupId

the ID of the group

userData

the user to remove