5

The API gives the option of deleting a dialog. Is it possible to clean a dialog (remove all messages) without deleting it?

blueFast
  • 41,341
  • 63
  • 198
  • 344

1 Answers1

1

There is no native way to delete all messages but keep the dialog, but there are two workarounds possible:

1) Write a script that will execute API calls to first retrieve messages of a particular dialog, and then delete these messages; 2) Delete manually via Quickblox admin panel.

Useful links:

Retrieve messages

Delete message

QuickBlox
  • 233
  • 1
  • 11