> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# destroy

> Destroys the client, clearing timers and releasing all resources.

```ts
destroy(): void
```

Destroys the client, clearing timers and releasing all resources.

## **Returns**

`void`

## **Examples**

```ts
client.destroy();
```