## LRUCache.delete() method

Deletes the value for the given key.

**Signature:**

```typescript
delete(key: string): void;
```

## Parameters

| Parameter | Type   | Description                     |
|-----------|--------|---------------------------------|
| key       | string | The key to delete.              |

**Returns:**

void

- [LRUCache.delete() method](/content/docs/sdk/core.lrucache.delete#lrucachedelete-method/index.html)
- [Parameters](/content/docs/sdk/core.lrucache.delete#parameters/index.html)
