Removing visitor uploaded images with code

I have a database collection and it keeps the links of the visitor uploaded images in ‘Image’ type field. When I delete a record, I want the actual uploaded images related to this record are also removed. How can I achieve this? Thanks.