Thank you for your help.
The commands did not enable me to delete the files.
the undeletable files are
subfolders of com.apple.safari/WebkitCache/Version16/..
a folder "Resource" containing 88 files named like this: "00CB66CD54A5634CD7FE9848D513DFE362F831AC"
a folder "Blobs" which is empty
a folder "355839D21ECE8AF844CEB0EF263A62EDAC6D3D6C" also empty
Here are the results delivered by the terminal commands ("the file" replaced by the individual folders and files)
sudo chflags noschg thefile ->no result
sudo chmod -a "group:everyone deny delete" thefile ->chmod: No ACL present 'the file'
sudo xattr -d "com.apple.quarantine" thefile ->xattr: thefile: No such xattr: com.apple.quarantine
sudo rm thefile ->rm: thefile: is a directory
How to proceed? Thanks for your help in advance.