Evict a subset of all entries from the API key cache. The cache is also automatically cleared on state changes of the security index. ##Required authorization
- Cluster privileges:
manage_security
POST
/_security/api_key/{ids}/_clear_cache
Console
POST /_security/api_key/yVGMr3QByxdh1MSaicYx/_clear_cache
curl \
--request POST 'http://api.example.com/_security/api_key/{ids}/_clear_cache'