IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

DeleteApiKeysRequest

edit

The request payload that deletes the API keys.

Properties

edit
keys (array[string], required)
The list of API key IDs.

Example

edit
{
   "keys" : [
      "string"
   ]
}