Browse SDKs · React Native
SDKsReact Native

Clear all local messages

OpenIM React Native SDK guide for clear all local messages.

Copy

Use deleteAllMsgFromLocal() to clear all messages for the current account on the current device.

await OpenIMSDK.deleteAllMsgFromLocal();

This account-level operation cannot be undone. Explain its scope and ask for confirmation before calling it. After the call completes, all messages on the current device are cleared; server history remains available.