# hideToolbar()

Hides the application toolbar completely.

```javascript
sambaFrame.hideToolbar();
```

**Sample use case**: \
Have a completely custom toolbar in your integration and you don't want the user to see the default Digital Samba toolbar inside the room.

{% hint style="info" %}
Often used in conjunction with the [showToolbar](https://docs.digitalsamba.com/reference/sdk/methods/showtoolbar) method.
{% endhint %}
