I read all the related questions and was unable to understand them. I am using Plesk CPanel to set cron job as it was advised by everyone.
I want to delete all files fro
it worked for me to delete in once a day
0 0 * * * rm -rf /home/user/public_html/folder
if you want to remove everything in this folder, but leave the folder itself:
0 0 * * * rm -f /home/user/public_html/folder/*