cURL
Events
Cancel Event
Cancel an existing Novacal event with the API, including the required public authentication flow and optional cancellation reason payload.
PUT
cURL
This endpoint requires a public API bearer token.
The authenticated API key identifies the caller integration. It does not replace the existing event booker.
When to use this endpoint
Use this endpoint to cancel a booked event from your own application or integration flow.Cancellation notes
- Pass the correct event ID for the booking you want to cancel
- Include a cancellation reason when your workflow needs to preserve context
- Use the response payload to confirm the event status after the request succeeds
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of event to cancel
Body
application/json
Event cancellation payload
Optional reason for canceling the event
Maximum string length:
255