unexport

open fun unexport(objectPath: String): Boolean

If @manager has an object at @path, removes the object. Otherwise does nothing.

Note that @object_path must be in the hierarchy rooted by the object path for @manager.

Return

true if object at @object_path was removed, false otherwise.

Since

2.30

Parameters

objectPath

An object path.