DocsAPI ReferenceProduct Parameter/bff/product-parameter/group-delete
postProduct ParameterAdmin BFF

/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

1 total
Body · 1
codestringRequired

Code of the group to delete.

Request

POST /bff/product-parameter/group-delete

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

Get API Key