invalidate_api_key
Securely revoke API keys in Elasticsearch clusters by ID, name pattern, or ownership to manage access control and prevent unauthorized use.
Instructions
Invalidate one or more API keys.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Array of API key IDs to invalidate | |
| name | No | API key name to invalidate (supports wildcards) | |
| owner | No | If true, only invalidate keys owned by current user |