Hi Sprout,
You can use the wildcard "*" to delete files in batch. When deleting files, you need to select yes for each file.
<switch>delete /unreserved *.zip //delete all zip files.
<switch>delete /unreserved 2018-07-30.*.zip //delete the logs of a day.
