Delete Calendar Event
neuron_delete_eventDelete a host-created event. For recurring events, use scope to control what gets deleted: 'single' (just this one), 'future' (this and all future), or 'all' (entire series).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Event (booking) UUID | |
| scope | No | Delete scope for recurring events (default: 'single') |