delete Friends
public abstract void deleteFriends(List<String> userIds, DirectionType directionType, IRongCoreCallback.OperationCallback callback)
Remove Friends
Note: Mutual friend removal: Removes the friend from both parties' friend lists.
Parameters
user Ids
List of user IDs to remove from the friend relationship, with a maximum of 100 users per operation.
direction Type
Type of friend removal direction: mutual friends. Refer to .
callback
The result is returned through this callback after the operation is completed.