evite_cancel_event
Cancel an Evite event or delete a draft. Returns a dry-run preview first; only cancels when confirm is true. May notify guests and is reversible via reinstate.
Instructions
Cancel an Evite event (also used to delete a draft). DESTRUCTIVE — may send a cancellation notice to guests; reversible with evite_reinstate_event. Confirm-gated: without confirm:true this returns a dry-run preview and cancels 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). |