Deletes the user specified by
userName
.
URL syntax
http://<ccServerURL
>/rest/v1/users/user/name/<userName
>
Request
URL path parameters (required)
userName
(type:
string
)
Response
Response body
A statement of whether the deletion is successful.
Example
URL
http://localhost:8080/rest/v1/users/user/name/test-user-1
Response body
Successfully deleted user with name test-user-1
Java
String msg = userServiceProxy.deleteUserByName("test-user-1");