Hello, it might sound a stupid question, but how to soft delete all streams via event store UI or HTTP API?
The problem is what if i open EVENT_STORE/streams/da.myStreamName-c12d34234fgkg55645 then after “delete” click the stream is soft deleted, but how to delete all of them? I tried to navigate to EVENT_STORE/streams/$ce-da.myStreamName but after “delete” click my app still is able to read events. Why in this case the deletion does not work?