Parameters
JSON body
Request body
application/jsonproductCodestringRequiredProduct code to unlink the event from.
Example
my-productRemoves the direct event link from a product. Events linked via event type are not affected.
JSON body
productCodestringRequiredProduct code to unlink the event from.
my-product1 status code documented
successbooleanRequiredWhether the event was unlinked successfully.
{
"success": false
}POST /bff/product/disconnect-event
curl -X POST "https://api.bizkithub.com/bff/product/disconnect-event" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"productCode": "my-product"
}'All BizKitHub public API endpoints require authentication via API key.