xargs(1) -I{} find.1posix "{}" -mindepth 1 -delete
build and execute command lines from standard input
-I replace-str
       Replace occurrences of replace-str in the initial-arguments with names read from  standard  input.
       Also,  unquoted  blanks  do  not  terminate  input  items;  instead  the  separator is the newline
       character.  Implies -x and -L 1.
find files
source manpages: xargsfind