Browse SDKs · React Native
SDKsReact Native

Clear local and server messages

OpenIM React Native SDK guide for clear local and server messages.

Copy

Use deleteAllMsgFromLocalAndSvr() to clear all messages saved for the current account locally and on the server.

await OpenIMSDK.deleteAllMsgFromLocalAndSvr();

This account-level operation cannot be undone. Explain its scope and ask for confirmation before calling it. After the call completes, local and server deletion requests have completed; copies already saved by other conversation members are not affected.