DELETE
/_security/user/{username}
Console
DELETE /_security/user/jacknich
curl \
--request DELETE 'http://api.example.com/_security/user/{username}' \
--header "Authorization: $API_KEY"
Response examples (200)
A successful response from `DELETE /_security/user/jacknich`.
{
"found" : true
}