<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@friendlycaptcha/sdk](./sdk.md) &gt; [RiskIntelligenceClearOptions](./sdk.riskintelligenceclearoptions.md)

## RiskIntelligenceClearOptions interface

Options for clearing cached Risk Intelligence tokens.

**Signature:**

```typescript
export interface RiskIntelligenceClearOptions 
```

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[apiEndpoint?](./sdk.riskintelligenceclearoptions.apiendpoint.md)


</td><td>


</td><td>

[APIEndpoint](./sdk.apiendpoint.md)


</td><td>

_(Optional)_ Tokens generated by this API endpoint will be cleared.


</td></tr>
<tr><td>

[sitekey?](./sdk.riskintelligenceclearoptions.sitekey.md)


</td><td>


</td><td>

string


</td><td>

_(Optional)_ Sitekey of your application, starts with `FC`<!-- -->. Tokens associated with this application will be cleared. If not passed, all tokens will be cleared.


</td></tr>
</tbody></table>

