Skip to main content
DELETE
Delete a Google Calendar event

Authorizations

Authorization
string
header
required

JWT token obtained from /api/auth/token endpoint. Token is verified using JWKS and must include a valid user identifier.

Path Parameters

projectId
string<uuid>
required
eventId
string
required
Minimum string length: 1

Query Parameters

calendarId
string
notifyAttendees
enum<string>
Available options:
true,
false

Response

Event deleted

deleted
enum<boolean>
required
Available options:
true