Parameters
JSON body
Request body
application/jsoncodestringRequiredCode of the parameter to delete.
Example
weightDeletes a parameter definition. Cascades to all predefined values, product assignments, category mappings, and locale translations associated with this parameter.
JSON body
codestringRequiredCode of the parameter to delete.
weight1 status code documented
successbooleanRequiredWhether the parameter was deleted.
{
"success": false
}POST /bff/product-parameter/delete
curl -X POST "https://api.bizkithub.com/bff/product-parameter/delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "weight"
}'All BizKitHub public API endpoints require authentication via API key.