When tearing down a Conversation, I am:
- Removing the Participant from the Conversation (Participant.Delete)
- Deleting the User (UserResource.Delete)
- Deleting the Conversation (ConversationResource.Delete)
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.