evite_remove_guest
Delete a draft guest from an Evite event. With confirm:true it removes the guest; without it, returns a preview.
Instructions
Remove a draft (un-sent) guest from an Evite event. Confirm-gated: without confirm:true this returns a dry-run preview and removes nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| event_id | Yes | Evite event id (event_id from evite_list_events). | |
| guest_id | Yes | Draft guest id to remove (guest_id from the guest list). |