delete

abstract suspend fun delete(id: K)

Deletes an entity from storage by its identifier.

Parameters

id

The unique identifier of the entity to delete.