Skip to main content

deleteProductImage

This mutation deletes a product image. You can delete only images that are connected to products that are connected to brands that are attached to you.

deleteProductImage(
id: ID!
): OperationResult

Arguments

deleteProductImage.id ● ID! non-null scalar

Type

OperationResult object

That type represents a status of the operation which should return any data.