Skip to main content

Delete Product Image

DELETE 

/api/product-images/:productImage

Deletes a product image. Destructive: if the image file is hosted on SKU.io storage, the stored file (and its thumbnail) is removed from the server as well; externally hosted URLs are simply detached from the product.

Required scope: products:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type