DELETE
/
catalog
/
products
/
{product-id}
/
images
/
{id}
curl --request DELETE \
  --url https://services.commercengine.dev/api/v1/x2yh61zw4k/admin/catalog/products/{product-id}/images/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

product-id
string
required

product id

id
string
required

row id (PK)

Response

200 - application/json
OK
message
string
success
boolean