DELETE ProductManager/products/{slugId}/assets/{assetId}
Delete an image asset from a product.
Information:
Base URL:
https://api.covasoft.net/productlibrary
Example of a call would be:
https://api.covasoft.net/productlibraryProductManager/products/{slugId}/assets/{assetId}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| slugId | The Slug of the product. Typically in the format `M12345` or `M12345-V2` | string | Required | 
| assetId | The Guid identifier of the asset to remove | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
204 - No Content
None.