Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

remove() - Delete todo topic

Function:

BcAdminTodo.remove()

Deletes the specified todo topic from the configuration.

Parameters:

bc_object (BcObject of type BcObjectType.TODO)

The todo topic that is to be deleted.

Return:

None

Exceptions:

BcObjectException, BcToolException

Example:

...
import BcAdminTodo
...
BcAdminTodo.remove(elem)
...