Help Center/ MapReduce Service/ Developer Guide (LTS)/ Manager Management Development Guide/ Developing Manager Applications/ Deleting Users
Updated on 2026-04-09 GMT+08:00
Deleting Users
Function
Access the FusionInsight Manager interface to delete users.
Example code
The following provides an example code of deleting users, which uses the main method of the UserManager class in the rest package.
//Access the FusionInsight Manager interface to delete users.
operationName = "DeleteUser";
String deleteJsonStr = "{\"userNames\":[\"user888\"]}";
operationUrl = webUrl + DELETE_USER_URL;
httpManager.sendHttpDeleteRequest(httpClient, operationUrl, deleteJsonStr, operationName);
LOG.info("Exit main."); Parent topic: Developing Manager Applications
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot