Recursively delete all files matching a patternยง

E.g. to delete every JSON file:

find . -name "*.json" -type f -delete