/bff/product/disconnect-event
Removes the direct event link from a product. Events linked via event type are not affected.
ProductpostBffProductDisconnect-event
Parameters
1 body
Body · 1
productCodestringRequiredProduct code to unlink the event from.
Request
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"
}'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.