> For the complete documentation index, see [llms.txt](https://docs.digitalsamba.com/reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalsamba.com/reference/sdk/methods/unpinuser.md).

# unpinUser()

Unpins the currently pinned content.

<pre class="language-javascript"><code class="lang-javascript"><strong>sambaFrame.unpinUser();
</strong></code></pre>

**Sample use cases**:&#x20;

* Wanting to unpin the currently pinned content.

{% hint style="info" %}
**unpinUser** is often used in conjunction with the [pinUser](/reference/sdk/methods/pinuser.md) method.
{% endhint %}
