Deletes users from the native realm.
DELETE /_security/user/<username>
manage_security
For more information about the native realm, see Realms and Native user authentication.
username
The following example deletes the user jacknich:
jacknich
DELETE /_security/user/jacknich
If the user is successfully deleted, the request returns {"found": true}. Otherwise, found is set to false.
{"found": true}
found
{ "found" : true }