How to delete a product image if you got the message «The image cannot be removed as it has been assigned to the other image role»

See the code:

As you can see, an image will not be deleted if Magento 2 considers that the image is used by another store.
So you should switch to the global scope before deleting the problem image:

See also: