Hub command remove folder with files in it

Can we please get an option to remove the folder even if files are in it? If not, can we at least get a command to delete multiple files without having to iterate?

Thank you!

As a workaround, you can use the "Run program" action to run this Windows shell command

rmdir /S /Q your_directory 

Thanks, I've used this before. The issue comes up when users run it from their desktop and they don't have access to the EM server folders via fully qualified path.