delete

open fun <T : Any> delete(): PatchOp.Delete<T>

Creates a JSON Merge Patch PatchOp.Delete operation that deletes the current value.

Return

PatchOp.Delete operation instance.