Browse SDKs · Flutter
SDKsFlutter

Delete a friend

Delete a friend relationship with the OpenIM Flutter SDK.

Copy
await OpenIM.iMManager.friendshipManager.deleteFriend(
  userID: friendUserID,
);

A successful Future means that the deletion request completed. onFriendDeleted subsequently removes the record by userID; see Retrieve the friend list by page for the complete event ownership.