Remove product asset
Unlinks one asset from a product, leaving the asset itself in place.
Authorization<token>
API key authentication using Bearer token format. Use: Bearer
In: header
Path Parameters
identifierstring
Product identifier
assetIdentifierstring
Asset identifier
Response Body
curl -X DELETE "https://api.emfas.ai/v1/products/string/assets/string"Empty
{
"error": "Internal server error"
}{
"error": "Internal server error"
}{
"error": "Internal server error"
}