ℹ️ Requires a connected Google account via the Integrations tab.
🔍 What It Does
When triggered, this action deletes a calendar event by itsevent_id
. Optionally, you can specify the calendar identifier, or leave it blank to default to the “primary” calendar.
❌ Use this when an appointment is cancelled, or when you need to programmatically clean up scheduled events.
🖼️ Action Interface

⚙️ Configuration Options
Event ID (required)
Event ID (required)
Type:
string
The unique identifier of the event to delete. This is returned when the event is originally created via the Add Event action.Example: 5pq7fc8gc0d3qqln42v2a2ab50
Calendar Identifier
Calendar Identifier
Type:
string
Specifies the calendar the event belongs to. Leave blank to use the default “primary” calendar.Default: primary
🔧 Tips
- Capture and store the event ID at the time of creation for future deletion.
- Use dynamic values like
@eventId
to delete based on previous action outputs. - If the calendar field is omitted, it will default to the user’s primary Google Calendar.