Deletes files from archive.
7z d archive.zip *.bak -r
deletes *.bak files from archive archive.zip.
  -i (Include)
  -m (Method)
  -p (Set Password)
  -r (Recurse)
  -u (Update)
  -w (Working Dir)
  -x (Exclude)
Commands: a (Add), u (Update)
Switches: -u (Update)