Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove a media asset from a variant (does not delete the media asset)
cURL
curl --request DELETE \ --url https://admin.fanfare.io/api/products/{productId}/variants/{variantId}/media-assets/{mediaAssetId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Fanfare secret key. Keep secret credentials on your server.
Media asset removed from variant successfully