Delete a value at a specified path in an object.
The type of the object to get the value from
The object to delete the value from
The path string, e.g. a.b.c
a.b.c
Optional
Whether to preserve empty objects/arrays
Delete a value at a specified path in an object.