user
Deletes the user with the given username.
Example Request
DELETE http://example.com:8080/livecluster/rest/user/user
Example Input
Parameters
|
Parameter Name |
Data Type |
Description |
Sample Value |
name |
String |
Name of the user to be deleted. |
admin1 |
Example Response
204 no content
Result: The specified user is deleted.