I have been tinkering with saving data (lists of backtested float values, not machine learning weights) into the ObjectStore. My understanding is that each project created in QC has its own ObjectStore "bin" which allows different backtests within the same project to read/write/delete data in its respective ObjectStore.

Is there any way to delete all the saved key/value pairs in an object store? I think this is referred to as a flush command in similar applications. I could just as easily clone a new project and start with a blank ObjectStore but was curious if this was possible.