When tearing down a Conversation, I am:
Are the messages (IMXXX...) in the Conversation automatically deleted when the Conversation is deleted, or should I step through each Message and delete it before deleting the Conversation (MessageResource.Delete)?
I can't manually verify whether the Messages are deleted since after deleting the Conversation I can't return to the Conversation in the Console to see if the messages are still there.
I checked with the Conversations team and deleting a Conversation resource will cascade and delete the associated messages.
I will look into getting this documented so others can see this in the future.