github.com/cs3org/reva/v2@v2.27.7/changelog/2.0.0_2022-03-03/purge-spaces.md (about)

     1  Enhancement: Delete shares when purging spaces 
     2  
     3  Implemented the second step of the two step spaces delete process.
     4  The first step is marking the space as deleted, the second step is actually purging the space.
     5  During the second step all shares, including public shares, in the space will be deleted.
     6  When deleting a space the blobs are currently not yet deleted since the decomposedfs will receive some changes soon.
     7  
     8  https://github.com/cs3org/reva/pull/2431
     9  https://github.com/cs3org/reva/pull/2458