/bff/product/product-image-delete
Soft-deletes an image from the product gallery (sets deleted flag, does not remove the blob). If the deleted image was the main image, the first remaining active image becomes the new main.
ProductgetBffProductProduct-image-delete
Parameters
2 query
Query · 2
codestringRequiredProduct code.
imageIdstringRequiredBlob token of the image to delete.
Request
GET /bff/product/product-image-delete
curl -X GET "https://api.bizkithub.com/bff/product/product-image-delete?code=my-product&imageId=abc123def456" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.