Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

mutationDeprecated

Requires write_products access scope. Also: The user must have a permission to remove images from a product.

Removes product images from the product. Use productDeleteMedia instead.

ID!required

This is the ID of the product.

[ID!]!required

This is the array of image IDs to delete from the product.


Was this section helpful?

Anchor to ProductDeleteImagesPayload returnsProductDeleteImagesPayload returns

[ID!]!non-null

The array of image IDs to delete.

The product object.

The list of errors that occurred from executing the mutation.


Was this section helpful?