DocsAPI ReferenceBranch/bff/branch/detach-calendar
postBranchAdmin BFF

/bff/branch/detach-calendar

Clears core__calendar.branch_id. The calendar becomes organisation-wide again.

BranchpostBffBranchDetach-calendar

Parameters

1 body

1 total
Body · 1
calendarIdstringRequired

Calendar ID to detach (clears branch_id).

Request

POST /bff/branch/detach-calendar

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

Get API Key