Bash menghapus file dengan nama dari subfolder

find <folderPath> -name "filename" -delete

# Ex:
find . -name "test.json" delete
florinrelea