Loading...
Select Version
&pagelevel(5)&pagelevel
Function: |
Removes the specified inbound user from the configuration. |
Parameters: |
Inbound user that is to be removed. |
Return: | None |
Exceptions: |
|
Example: | ...
import BcAdminInboundUser
import BcAdminProxy
...
proxy_obj=BcAdminProxy.getObject("BCProxy")
user_obj=BcAdminInboundUser.getObject("USR",proxy_obj)
BcAdminInboundUser.remove (user_obj)
...
|