> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# removeFunction

> Remove a registered SWAIG function by name.

Remove a registered SWAIG function from this service by name. Parity accessor
matching Python's `ToolRegistry.remove_function`.

## **Parameters**

The function name to remove.

## **Returns**

`boolean` -- `true` when the function was removed, `false` when no function with
that name was registered.