Parameters
JSON body
Request body
application/jsoncalendarIdstringRequiredCalendar ID to detach (clears branch_id).
Clears core__calendar.branch_id. The calendar becomes organisation-wide again.
JSON body
calendarIdstringRequiredCalendar ID to detach (clears branch_id).
1 status code documented
successbooleanRequired{
"success": false
}POST /bff/branch/detach-calendar
curl -X POST "https://api.bizkithub.com/bff/branch/detach-calendar" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"calendarId": "example_calendarId"
}'All BizKitHub public API endpoints require authentication via API key.