Delete User

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:

ParametersDescriptionRequired
user_nameUsername to be deletedYes
Table 41 Delete User (Restful API)