---
name: "destroy"
mode: "api"
versionRequirements:
  - { name: "@ray-js/lock-sdk", version: "1.0.0" }
title: "destroy - Destroy the SDK."
summary: "Destroy the SDK."
---

## destroy

> [VERSION] @ray-js/lock-sdk >= 1.0.0

### Description

Destroy the SDK: remove all runtimes, global listeners, and in‑memory state.

### Parameters

None


### Return Value

None


### Examples

#### Example

```ts
import { destroy } from '@ray-js/lock-sdk';
destroy();
```
