Delete a store programmatically
Hello all,I'm writing some unit tests for a new action that I'm writing in Java. I can find plenty of examples of how to create a store programmatically but none that delete the store afterwards… Is this at all possible? I'd like my tests to clean up...