/bff/product/product-category-unlink
Removes the link between a related category and a product.
ProductpostBffProductProduct-category-unlink
Parameters
2 body
Body · 2
productCodestringRequiredProduct code to unlink the category from.
categoryCodestringRequiredCategory code to unlink.
Request
POST /bff/product/product-category-unlink
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.