Path parameters
- ids
string | array[string] Required Comma-separated list of API key IDs to evict from the API key cache. To evict all API keys, use
*
. Does not support other wildcard patterns.
POST /_security/api_key/{ids}/_clear_cache
curl \
--request POST 'http://api.example.com/_security/api_key/{ids}/_clear_cache' \
--header "Authorization: $API_KEY"