# Close Window

<figure><img src="https://3004307226-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6enYcHpHQYBydrytzoC1%2Fuploads%2FEyCEwwcrTkUyXH3vtdZL%2FNode_20251202_151449_2.png?alt=media&#x26;token=775eb74c-adaf-48d6-9a39-3ffb5b44e4cc" alt=""><figcaption></figcaption></figure>

## 📄 <mark style="color:yellow;">Description</mark>

Closes a specific window that was created by the [Create New Window](https://kibibyte.gitbook.io/multi-window-extension/all-nodes/create-new-window) node.

{% hint style="info" %}
This doesn’t work with the Main WindowID retrieved by “Get Main WindowID”. You can hide it if you want using the [Hide Window](https://kibibyte.gitbook.io/multi-window-extension/all-nodes/hide-window-set-to-background) node.
{% endhint %}

{% tabs %}
{% tab title="Inputs" %}

<table><thead><tr><th width="200">Name</th><th>Description</th></tr></thead><tbody><tr><td><strong>Window ID</strong></td><td><p>The ID for the window that should be closed. You get this ID when creating a window using the <a href="create-new-window">Create New Window</a> node. </p><p></p><p>After creation of a window, you can also receive a list of every active Window and its WindowID’s using the <a href="get-created-window-list">Get Created Window</a> List node.</p></td></tr></tbody></table>
{% endtab %}
{% endtabs %}
