yamlDelete
Return a new YAML structure with the value at the given path removed. See Chapter 26.
yaml(required): YAML UDM valuepath(required): dot-separated path string
utlx
yamlDelete($input, "database.password") // returns structure without passwordAlso: yamlDeepMerge(obj1, obj2), yamlKeys(obj), yamlValues(obj), yamlSort(obj), yamlValidate(yaml, rules), yamlFilterByKeyPattern(obj, pattern).