delete

suspend fun delete(uuid: UUID): Boolean

Delete a piece of collected data by providing its ID.

Return

true if the ID was valid, and the server deleted the data – false otherwise.