Yaml_Delete can be used to delete a key and value pair in the database.
Yaml_Delete(pYaml, Key)
Parameter | Description |
pYaml | This is the pointer previously returned from Yaml_Init(). |
Key | Key to set value for. You can use dot syntax as well. |
None
Simple Yaml Parser, Yaml_Init, Yaml_Get, Yaml_Set, Yaml_Add, Yaml_Insert, Yaml_Clone, Yaml_DeleteAll, Yaml_Exist, Yaml_Save
; None.