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

# destroy

> Destroys the instance, clearing timers and releasing all subscriptions.

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

## **Returns**

`void`

## **Inherited from**

`Destroyable.destroy`

## **Examples**

```ts
capabilities.destroy();
```