remove_event_invitation
Remove a guest or guest group's invitation from a specific event without affecting other events. Specify either the guest group or individual guest ID.
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 |