<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@friendlycaptcha/sdk](./sdk.md) &gt; [FriendlyCaptchaSDK](./sdk.friendlycaptchasdk.md) &gt; [clearRiskIntelligence](./sdk.friendlycaptchasdk.clearriskintelligence.md)

## FriendlyCaptchaSDK.clearRiskIntelligence() method

Clears cached Risk Intelligence tokens. Cached tokens for a given sitekey can be cleared by specifying it; if a sitekey is not specified, all tokens will be cleared from the cache.

**Signature:**

```typescript
clearRiskIntelligence(opts?: RiskIntelligenceClearOptions): Promise<any>;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

opts


</td><td>

[RiskIntelligenceClearOptions](./sdk.riskintelligenceclearoptions.md)


</td><td>

_(Optional)_


</td></tr>
</tbody></table>

**Returns:**

Promise&lt;any&gt;

