Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

How to delete an internal user from Ranger UI

avatar
New Member

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
New Member

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