Google
GCal - Delete event
The Delete Event from Calendar action removes an event from a connected Google Calendar using its unique event ID.
This is especially helpful for cancellation flows, cleanups, or rescheduling workflows where the original event needs to be removed before creating a new one.
ℹ️ Requires a connected Google account via the Integrations tab.
🔍 What It Does
When triggered, this action deletes a calendar event by its event_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
🔧 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.
Let me know if you want to auto-confirm deletions or notify attendees when an event is removed!