Skip to main content
Note: Deletes only for the logged-in user. Use REST API to delete for all participants.
This operation is irreversible. Deleted conversations cannot be recovered. All messages in the conversation will be removed from the user’s view.
Use deleteConversation() to delete a conversation for the logged-in user.
Available via: SDK | REST API | UI Kits
This method takes two parameters: the unique id (UID/GUID) of the conversation to be deleted and the type (user/group) of conversation to be deleted.
This method deletes the conversation only for the logged-in user. To delete a conversation for all the users of the conversation, please refer to the REST API documentation.
On Success — A String message confirming the conversation was deleted:

Next Steps

Retrieve Conversations

Fetch and filter conversation lists

Delete Messages

Delete individual messages from conversations

Receive Messages

Listen for incoming messages in real-time

Typing Indicators

Show when users are typing in conversations