Skip to main content
mutation

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

Deprecated. Use productDeleteMedia instead.

Removes product images from the product.

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.

Product

The product object.

[UserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?