deleteLogsByUuidAtomic

open suspend fun deleteLogsByUuidAtomic(uuids: List<String>)(source)

Atomically deletes all logs matching uuids, chunking internally to stay under SQLite's bind-parameter limit. The entire batch is all-or-nothing: a failure rolls back every chunk.