While playing around with projections, I created a bunch of unnecessary streams. I’ve tried to delete them (http://docs.geteventstore.com/http-api/4.0.0/deleting-a-stream/), including using the harddelete option. I got the expected 204 Stream deleted response, but it still shows up when I go to http://127.0.0.1:2113/web/index.html#/streams. I can see the stream, along with the events in it.
I tried running a scavenge, but it didn’t do anything.
I tried the microsoft solution of restarting the Eventstore without effect.
I tried -disable-http-caching (http://docs.geteventstore.com/server/3.9.0/caching/) without effect.
Is there any way to truly remove the stream and all its events from the EventStore?
Is the answer to nuke it from orbit (https://groups.google.com/forum/#!topic/event-store/-HAWgD0oOIs)?
I feel like I’m missing something simple and there’s an incoming facepalm.