# 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 %}