deleteFriends

public final Unit deleteFriends(List<String> userIds, ErrorHandler handler)

Deletes friends in batch.

This is a bidirectional deletion: the friend is removed from both parties' friend lists.

Parameters

userIds

List of user IDs to delete, max 100 at a time

handler

Error callback; null error indicates success