# window.Window.removePlacement

- **Module:** window.Window
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/window.ts#L459
- **Page:** https://libtmux.org/en/ts/latest/reference/window-window-removeplacement/

```
window.Window.removePlacement() -> Promise<void>
```

Remove this placement, destroying an unshared window but refusing a group.

## Example

```ts
await window.removePlacement();
```
