This looks like it could be a useful plugin, but for this problem you could just add something like the following to your .rtorrent.rc:
Code
on_erase = rm_files,"execute={rm,-rf,--,$d.get_base_path=}"This will delete the data for all erased torrents, so users can't make mistakes.
Of course, if...