Skip to main content
Log inSign up
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.

The product object.

The list of errors that occurred from executing the mutation.


Was this section helpful?