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

/bff/product-parameter/delete

Deletes a parameter definition. Cascades to all predefined values, product assignments, category mappings, and locale translations associated with this parameter.

Product ParameterpostBffProduct-parameterDelete

Parameters

1 body

1 total
Body · 1
codestringRequired

Code of the parameter to delete.

Request

POST /bff/product-parameter/delete

post
curl -X POST "https://api.bizkithub.com/bff/product-parameter/delete" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "code": "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