delete

abstract fun delete(block: UpdateDsl.Delete.() -> Unit)

Builds a DELETE clause for this update expression, which may be used to remove elements from sets. See Delete for more details and examples.