# ICache.del() method · @imqueue/rpc

Source: https://imqueue.org/api/rpc/latest/rpc.icache.del/
Published: 2026-08-04
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/rpc 3.5.3 — generated reference, not hand-written

Removes the value stored in the cache under the given key.

**Signature:**

```typescript
del(key: string): Promise<boolean>;
```

## Parameters


| Parameter | Type | Description |
| --- | --- | --- |
| key | string | key to remove |


**Returns:**

Promise<boolean>

true if a key was actually removed, false if it did not exist — which is not an error

