Test run with
find . -mindepth 2 -type f -name "*.txt" -mtime +7 -exec ls -lp {} \;
Delete with
find . -mindepth 2 -type f -name "*.txt" -mtime +7 -print -delete