deleteImage
Delete a product's image
This page contains
Arguments
| input DeleteImageInput! |
DeleteImageInput fields
| type ImageType! | Type of the image to delete |
| productId ID! | The id of the product for the image |
| locale Locale | Image locale to delete |
| id ID | Image id to delete |
Return Fields
| type ImageType | Type of the image to delete |
| locale Locale | Image locale |
| id ID | Id of the image |
| userErrors [DeleteImageErrors!] | Errors that occurred when removing image |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.