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

# destroy

> Destroys the call, releasing all resources and subscriptions.

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

Destroys the call, releasing all resources and subscriptions.

## **Examples**

```ts
call.destroy();
```