/bff/product-parameter/value-delete
Deletes a predefined parameter value. Cascades to all product assignments that reference this value and all locale translations.
Product ParameterpostBffProduct-parameterValue-delete
Parameters
2 body
Body · 2
parameterCodestringRequiredCode of the parameter the value belongs to.
valueCodestringRequiredCode of the value to delete.
Request
POST /bff/product-parameter/value-delete
curl -X POST "https://api.bizkithub.com/bff/product-parameter/value-delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"parameterCode": "color",
"valueCode": "red"
}'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.