Hi Sam,

Here is the command which I am using to delete archive logs from the RMAN script:

allocate channel for delete type disk;
change archivelog until time 'SYSDATE-7' delete;
release channel;


Cheers!
Farrukh