/bff/product-parameter/delete
Deletes a parameter definition. Cascades to all predefined values, product assignments, category mappings, and locale translations associated with this parameter.
Product ParameterpostBffProduct-parameterDelete
Parameters
1 body
Body · 1
codestringRequiredCode of the parameter to delete.
Request
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"
}'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.