If you use Linux/Unix you can put this in your cron command.
Just verify the path to your archive logs.

Code:
find /oracle/admin/sidname/archive/* -type f -mtime +6 -exec rm -rf {} \;