Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

getObject() - Remove proxy object from the configuration

Function:

BcAdminProxy.remove()

Removes the specified proxy from the configuration.

Parameters:

bc_object (BcObject of type BcObjectType.PROXY)

Proxy object that is to be removed from the configuration.

Return:

None

Exceptions:

BcObjectException, BcParameterException

Example:

...
import BcAdminProxy
...
proxy_obj=BcAdminProxy.getObject("BCProxy")
BcAdminProxy.remove(proxy_obj)
..