deleteFriends

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

userIds

List of user IDs to remove from the friend relationship, with a maximum of 100 users per operation.

directionType

Type of friend removal direction: mutual friends. Refer to .

callback

The result is returned through this callback after the operation is completed.