deleteById

@GenerateBridge
open fun deleteById(id: Id): Boolean

Delete an entity of this type by ID.

Return

false if the entity was not deleted (not found).

Parameters

id

the ID of the entity to delete.