Delete an attendee and its processed payments in a single database round-trip.
Uses write batch to cascade: processed_payments → attendee.
Reduces 2 sequential HTTP round-trips to 1.
Parameters
attendeeId: number
Return Type
Promise<void>
Usage
import { deleteAttendee } from "docs/database.ts";