evite_cancel_event
Cancel an Evite event or delete a draft. Requires confirmation to avoid accidental cancellation; without confirm:true it provides a dry-run preview.
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). |