How to delete images with processing failed status in database

Hello,

I want to know if it is possible to delete the downloaded images with processing failed (status_id = 6)?
And does it automatically delete the files from the disk?
I need to delete some images because of disk space limitation.

Brent

Hi,

Good question. Actually, deleting them from the database will make the downloader fetch them again. It should be fine to (only) delete them from disk, I think.