Ver originalif (is_file($pathimage)){ // nota que no tiene apostrofes unlink($pathimage);}else { echo 'El archivo no existe: ', $pathimage;}