Page 1 of 1

API - Delete + All Files

Posted: January 19th, 2012, 11:58 am
by markus101
Hello,

Apologies if this information is somewhere, but I can't seem to find an answer to my issue below.
I know that if I have the nzo_id of a queue item I can delete that queue entry from the queue, but what happens to the files that have already been downloaded (assuming that they have), I know within the Plush theme I am given the option to just delete the item from the queue or alternatively delete the item + any associated files. Is this open through the API?

I'm referring to: http://wiki.sabnzbd.org/api#toc23

Thanks,

Markus

Re: API - Delete + All Files

Posted: January 19th, 2012, 1:35 pm
by shypike
api?mode=queue&name=delete&value=nzo&del_files=1

Re: API - Delete + All Files

Posted: January 19th, 2012, 1:40 pm
by markus101
Thanks shypike, I appreciate the quick response.