BizKitHub
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

JSON body

Request body

application/json
codestringRequired

Code of the parameter to delete.

Exampleweight

Response schema

1 status code documented

200Success
successbooleanRequired

Whether the parameter was deleted.

Response example

application/json
{
  "success": false
}

Request example

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"
}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key