Delete users from the native realm. ##Required authorization
- Cluster privileges:
manage_security
DELETE
/_security/user/{username}
Console
DELETE /_security/user/jacknich
curl \
--request DELETE 'http://api.example.com/_security/user/{username}'
Response examples (200)
A successful response from `DELETE /_security/user/jacknich`.
{
"found" : true
}