<!-- 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; [disconnectArrow](./client.hytopiaui.disconnectarrow.md)

## HytopiaUI.disconnectArrow() method

Removes an arrow by its ID.

**Signature:**

```typescript
disconnectArrow(arrowId: number): void;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

arrowId


</td><td>

number


</td><td>

The arrow ID to remove


</td></tr>
</tbody></table>

**Returns:**

void

## Exceptions

Error if the arrow ID does not exist

