Version: 202506
Delete product image
DELETE/openapi/2025-06/products/:product_id/images/:image_id
Delete a specific product image using its unique identifier.
Request
Path Parameters
product_id stringrequired
The unique identifier for the product
image_id stringrequired
The unique identifier of the image
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
object
{
"code": "string",
"message": "string",
"data": {}
}