Delete Media

Delete an item of media for a product.

delete

/v1/catalog/products/{productId}/media/{id}

Path parameters
productIdstringrequired
idstringrequired
Responses
curl -L \
  --request DELETE \
  --url '/v1/catalog/products/{productId}/media/{id}'

No body

Last updated

Was this helpful?