/bff/branch/detach-calendar
Clears core__calendar.branch_id. The calendar becomes organisation-wide again.
BranchpostBffBranchDetach-calendar
Parameters
1 body
Body · 1
calendarIdstringRequiredCalendar ID to detach (clears branch_id).
Request
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"
}'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.