7.8 Remove Group Member
The removeFromGroup:groupMember:success:failure
method is used to remove a member from the Group. Any existing member of the group can remove other members. The developer can choose to build stricter access-control mechanisms on top of this if desired (e.g. only the group-owner or group-admin is authorized to remove members from the group).
Method parameters :
groupId : GroupId of the group.
groupMember :
GroupMember
to be removed from the group.success : Success block to be executed after member is removed from the group.
failure : Failure block to be executed if member could not be removed from the group, returns
BayunError
.
Last updated
Was this helpful?