Cancel and delete Luma event
delete_eventPreview a Luma event cancellation, then permanently delete it and notify guests after explicit confirmation, including refund decision for paid events.
Instructions
Preview or permanently cancel and delete one Luma event. Call with confirmed=false first to show the exact event, approved guest count, and whether a refund choice is required. Cancellation is irreversible: Luma deletes the event and notifies all guests. Call with confirmed=true only after the user explicitly confirms the event and, for a paid event, whether guests should be refunded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| confirmed | No | False returns a non-destructive preview. True permanently cancels and deletes the event after explicit user confirmation. | |
| should_refund | No | Whether to refund paid guests. Required when the preview reports is_paid=true. |