remove_event_invitation
Remove an event invitation for a specific guest or all guests in a group. Pass either guest_id or guest_group_id to cancel their invitation while preserving others.
Instructions
Remove an event invitation for a single guest or guest group. Pass exactly one of guest_group_id (removes for all guests in the group) or guest_id (removes for just that guest). Other events’ invitations are preserved. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event entity ID from list_events (event_entity_id) | |
| guest_id | No | Single guest ID — removes for just that guest | |
| guest_group_id | No | Guest group ID — removes for every guest in the group |