Are you trying to remove the product image and the image still displayed?
This may happen because the image can be updated only in one scope
Run this SQL to check in what storeview the image is updated :
SELECT * FROM Magento.catalog_product_entity_varchar where attribute_id in (87,88,89,134, 154) entity_id = ...