I want to delete a foundationDB directory and all it's contents. However, DirectoryLayer::remove states:
Warning: Clients that have already opened the directory might still insert data into its contents after it is removed.
Is there a way for me to transactionally remove a directory? I.e. after the delete transaction gets committed, the directory is completely gone. If there is a conflicting transaction that is adding to the directory, at most one succeeds?