DocsAPI ReferenceProduct Parameter/bff/product-parameter/category-remove
postProduct ParameterAdmin BFF

/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

2 total
Body · 2
categoryCodestringRequired

Product category code to remove the mapping from.

parameterCodestringRequired

Parameter code to remove from the category.

Request

POST /bff/product-parameter/category-remove

post
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.

Get API Key