I know this post is old, but it's a top Google result so I thought I'd share what I found out by searching the file system.
--
Reports are stored in /var/reports as directories.
It might be possible to use a command that grabs and removes all the reports by name.
find /var/reports -name "*NAMEFILTERHERE*" -type d -print0|xargs -0 rm -r