[SOLVED] Messages - Start New Conversation

Messages are working pretty well.
We have a nice long conversation.

Now, I want to start a new conversation.
I tried this…

app.messages.destroy("#idMessagesDiv");

Did not work.

What is best way to start new conversation?

document.getElementById(“idMessagesDiv”).innerHTML = “”; ???

Oops.
From the Docs:
messages.clear();
Works.