I want to delete any trace of a particular database item e.g. deleting a user message from a Messages collection. I am trying to find out how can I do cleanup the corresponding journal entries so no one can recreate the item. I don't want to disable journaling for this purpose if possible. Having a short journaling cycling window (journal cleans itself after x time) might be an option...
I tried searching amongst existing documents and responses, but might have missed something. Any pointers would be appreciated.