Support Questions

Find answers, ask questions, and share your expertise

How to delete an internal user from Ranger UI

avatar
Contributor

I have created an internal User in Ranger UI. Now, I want to delete this user but I do not see any option in Ranger UI to delete the user.

I also tried to delete it using REST API but no luck. I used following API to delete the user:

curl -u admin:admin -H 'X-Requested-By: ambari' -X DELETE http://<host_name>:6080/service/xusers/users/userName/<user_name>;

Please let me know how can I delete a user in Ranger.

1 ACCEPTED SOLUTION
3 REPLIES 3

avatar
Master Guru

@Amit Kumar Agarwal - What error are you getting while running this delete curl call? curl call looks good to me

avatar
Contributor

I'm not getting any response when I run REST API