Parameters
2 query
Query parameters
· 2codestringRequiredProduct code.
Example
my-productimageIdstringRequiredBlob token of the image to delete.
Example
abc123def456Soft-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.
2 query
codestringRequiredProduct code.
my-productimageIdstringRequiredBlob token of the image to delete.
abc123def4561 status code documented
successbooleanRequiredWhether the deletion was successful.
{
"success": false
}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"All BizKitHub public API endpoints require authentication via API key.