SDKsReact Native
Delete a friend
Delete a friend with the OpenIM React Native SDK.
Call deleteFriend() to delete the friendship between the current user and a specified user.
await OpenIMSDK.deleteFriend(friendUserID);friendUserID is the user ID of the friend to delete. After the friend is deleted, OnFriendDeleted is emitted with the deleted friend's information. See Get the friend list for the listener example.
Was this page helpful?