/bff/product-parameter/category-remove
Removes the mapping between a parameter and a product category. Does not delete existing product assignments — only removes the category-level mapping.
Product ParameterpostBffProduct-parameterCategory-remove
Parameters
2 body
Body · 2
categoryCodestringRequiredProduct category code to remove the mapping from.
parameterCodestringRequiredParameter code to remove from the category.
Request
POST /bff/product-parameter/category-remove
curl -X POST "https://api.bizkithub.com/bff/product-parameter/category-remove" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"categoryCode": "electronics",
"parameterCode": "weight"
}'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.