Evict privileges from the native application privilege cache. The cache is also automatically cleared for applications that have their privileges updated. ##Required authorization
- Cluster privileges:
manage_security
POST
/_security/privilege/{application}/_clear_cache
Console
POST /_security/privilege/myapp/_clear_cache
curl \
--request POST 'http://api.example.com/_security/privilege/{application}/_clear_cache'