Overview
useDeleteEvent returns a callable that deletes an event. Host-only. The event’s RSVPs and invites are cleaned up; whether the event is soft- or hard-deleted (and whether its files are preserved) follows the project’s eventDeletion settings.
Usage Example
Parameters
The event to delete.
Returns
Returns aPromise<void>.

