DocsAPI ReferenceCalendar Event/bff/calendar/event-storno
postCalendar EventAdmin BFF

/bff/calendar/event-storno

Cancels or restores a single calendar event. Sends storno notification emails to all attendees and logs the action.

Calendar EventpostBffCalendarEvent-storno

Parameters

3 body

3 total
Body · 3
calendarIdstringRequired

Calendar code.

eventIdstringRequired

External event code identifier.

isStornobooleanRequired

true = cancel, false = restore.

Request

POST /bff/calendar/event-storno

post
curl -X POST "https://api.bizkithub.com/bff/calendar/event-storno" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "calendarId": "example_calendarId",
  "eventId": "example_eventId",
  "isStorno": false
}'

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