How do I delete from crontab cron old commands that no longer appear in the crontab script

I use crontab to run a particular file and then get its report in the mail.
And now I no longer need it so I deleted the line of command that executes it but I still get the report by email.
How do I stop receiving the report? Do I need to reset crontab and if so how do I reset it?