The documentation says that `deleteIn()` is an alias of `removeIn()` but it is not defined in the current version (3.4.0): ``` js var map = Immutable.Map(); console.log(map.deleteIn, map.removeIn); ``` Test: http://jsbin.com/kiqibumavi/1/