Delete product image
Deletes an image on a product. Does not delete the physical image file from storage.
| Path Parameters |
|---|
productId string — REQUIREDThe id of the product to update. |
imageName string — REQUIREDThe file name of the image to delete. |
| Query Parameters |
|---|
productIdType int32Possible values: [ The type of product id supplied. |
| Responses | |||
|---|---|---|---|
200Details of the uploaded image.
| |||
404Not found.
|