Parameters
JSON body
Request body
application/jsonassignmentIdnumberRequiredAssignment ID to remove (obtained from /product-values response).
Example
42Removes a specific parameter value assignment from a product by its assignment ID. The assignment ID is returned in the /product-values endpoint.
JSON body
assignmentIdnumberRequiredAssignment ID to remove (obtained from /product-values response).
421 status code documented
successbooleanRequiredWhether the assignment was removed.
{
"success": false
}POST /bff/product-parameter/product-remove
curl -X POST "https://api.bizkithub.com/bff/product-parameter/product-remove" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"assignmentId": 42
}'All BizKitHub public API endpoints require authentication via API key.