Created 09-28-2016 08:33 PM
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.
Created 09-28-2016 08:55 PM
Created 09-28-2016 08:51 PM
@Amit Kumar Agarwal - What error are you getting while running this delete curl call? curl call looks good to me
Created 09-28-2016 09:09 PM
I'm not getting any response when I run REST API
Created 09-28-2016 08:55 PM