Delete Event
Event Endpoints
Delete Event
Permanently or soft-delete an event and clean up its children (host-only)
DELETE
Delete Event
Deletes an event. Host-only (service/master keys bypass the host check). The event’s child
See also: useDeleteEvent
EventRsvps and EventInvites are cleaned up, and—depending on settings—its files.
Deletion honors the project’s eventDeletion settings:
softDelete(defaultfalse) — whentrue, the event is soft-deleted (adeletedAttimestamp is set) and drops out of listings while the row is retained.preserveFilesOnSoftDelete(defaulttrue) — on a soft delete, keep the event’s files. On a hard delete, files are always removed.
Path Parameters
UUID of the event to delete.
Response
Returns204 No Content on success.
Error Responses
Not Found — 404
Not Found — 404
Forbidden (not a host) — 403
Forbidden (not a host) — 403
Already Deleted — 404
Already Deleted — 404

