<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [client](./client.md) &gt; [HytopiaUI](./client.hytopiaui.md) &gt; [unregisterSceneUITemplate](./client.hytopiaui.unregistersceneuitemplate.md)

## HytopiaUI.unregisterSceneUITemplate() method

Removes a registered Scene UI template. The template will no longer be available for new Scene UI instances. Existing instances using this template are not affected.

**Signature:**

```typescript
unregisterSceneUITemplate(templateId: string): void;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

templateId


</td><td>

string


</td><td>

Template identifier to remove


</td></tr>
</tbody></table>

**Returns:**

void

