NEW ARRIVAL
You’re deleting the DB row but not removing the uploaded product file. Correct approach in CodeIgniter 3 is:
Fetch file name first
unlink() the file if it exists
Then delete DB record