Basic information
DELETE /{shopId}/products/{productId}/slideshow/{imageName}
Deletes a single image from the product slideshow. The product slideshow reflects all images uploaded for the product.
Authorisation
OAuth 2.0 Token required with scopes:
products_write
URI parameters
Name | Type | Description |
---|---|---|
shopId |
string |
The unique identifier of the shop. Required:
true
Example:
DemoShop
|
productId |
string |
The unique identifier of the product. Required:
true
Example:
52F221E0-36F6-DC4E-384A-AC1504050C04
|
imageName |
string |
Required:
true
|
Response
HTTP 204