DocsAPI ReferenceProduct/bff/product/product-category-unlink
postProductAdmin BFF

/bff/product/product-category-unlink

Removes the link between a related category and a product.

ProductpostBffProductProduct-category-unlink

Parameters

2 body

2 total
Body · 2
productCodestringRequired

Product code to unlink the category from.

categoryCodestringRequired

Category code to unlink.

Request

POST /bff/product/product-category-unlink

post
curl -X POST "https://api.bizkithub.com/bff/product/product-category-unlink" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "productCode": "my-product",
  "categoryCode": "electronics"
}'

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