How to delete contents of multiple folders but keeping the folders?

Right now:
open folder, ctrl-a, delete, yes, (wait - as it deletes 700-1000 small files)
Open next folder, ctrl-a, delete.... etc.
Open next..

Is there way to delete all contents of selected folders in the right window pane, but keep folders in place?
If not, bad luck.

If you want to delete everything (including sub-folders) below the selected folders, make a button which runs this:

delete {filepath}*

If you want to only delete files below the selected folders, the Delete Filter can be used for that, but it sounds like you want to delete everything (based on what you're doing now to do it manually).

Sorry for my confusing question.

What I meant to say is that I select (for example) 3 folders and have the option to delete all contents, but keeping the folders, rather than going into each folder separately one by one, select all and delete it contents.

So, let's say I just want to make these these 3 folders empty.

=
SnagIt-12052020 161815

That's what the command I posted will do.

Super. Thanks a lot!