deleteAt()Tries to delete the value at the specified path starting at root.
path to delete from will start.true if the value can be deleted from the specified path under root, otherwise false.This function directly requires the following function which is included automatically:
testAt()path under the given root object and returns the values at each step of that path.