DELETE /users/auth/keys
curl \
-X DELETE https://api.elastic-cloud.com/api/v1/users/auth/keys \
-d '{"keys":["string"]}'
Request examples
{
"keys": [
"string"
]
}
Response examples (200)
{}