removeFunction
Remove a registered SWAIG function from this service by name. Parity accessor
matching Python’s ToolRegistry.remove_function.
Parameters
name
The function name to remove.
Returns
boolean — true when the function was removed, false when no function with
that name was registered.