/bff/product-parameter/group-delete
Deletes a parameter group. Parameters in this group will have their group_id set to NULL (ungrouped). Fails if the group does not exist.
Product ParameterpostBffProduct-parameterGroup-delete
Parameters
1 body
Body · 1
codestringRequiredCode of the group to delete.
Request
POST /bff/product-parameter/group-delete
curl -X POST "https://api.bizkithub.com/bff/product-parameter/group-delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "technical-specs"
}'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.