What's the most appropriate way to do a recursive ...
# spicedb
s
What's the most appropriate way to do a recursive relationship deletion? Let's say for example there's Folder A -> Folder B -> Folder C -> Folder D -> File, when we delete Folder B, Folder C -> Folder D -> File relationships should be deleted too. I couldn't see anything in the docs that made it crystal clear.