This chapter introduces how to delete user in Hippo.
curl -u shiva:shiva -XDELETE localhost:8902/hippo/v1/_security/user/{user_name}?pretty
Result:
{
"found" : true
}
Parameter description:
Parameters | Description | Required |
---|---|---|
user_name | Username to be deleted | Yes |