Parameters
JSON body
Request body
application/jsoncodestringRequiredCode of the group to delete.
Example
technical-specsDeletes a parameter group. Parameters in this group will have their group_id set to NULL (ungrouped). Fails if the group does not exist.
JSON body
codestringRequiredCode of the group to delete.
technical-specs1 status code documented
successbooleanRequiredWhether the group was deleted.
{
"success": false
}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"
}'All BizKitHub public API endpoints require authentication via API key.