---
description: Manage Aidbox internal cache including drop cache operation for introspected tokens.
---

# Cache

### Drop cache operation

You can drop the whole internal Aidbox cache (e.g. introspected tokens) using this operation:

{% code title="Example request" %}
```http
POST /$drop-cache
```
{% endcode %}
