DocsAPI ReferenceProduct/bff/product/disconnect-event
postProductAdmin BFF

/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

1 total
Body · 1
productCodestringRequired

Product code to unlink the event from.

Request

POST /bff/product/disconnect-event

post
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.

Get API Key