Deletes the user group specified by
groupName
and all its containing users.
URL syntax
http://<ccServerURL
>/rest/v1/users/group/name/<groupName
>
Request
URL path parameters (required)
groupName
(type:
string
)
Response
Response body
A statement of whether the deletion is successful.
Example
URL
http://localhost:8080/rest/v1/users/group/name/testGroup-2
Response body
Successfully deleted user group with name testGroup-2
Java
String msg = userServiceProxy.deleteUserGroupByName("testGroup-2");