Path parameters
-
api_key_id
string Required The API Key ID.
DELETE
/users/auth/keys/{api_key_id}
curl \
--request DELETE 'https://api.elastic-cloud.com/api/v1/users/auth/keys/{api_key_id}'
Response examples (200)
{}
Response examples (404)
# Headers
x-cloud-error-codes: api_keys.key_not_found
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}