![]() |
Consumption Analytics Documentation |
Deletes a user group specified by its name. Its contained users are also deleted.
In version 4.0: DELETE http://<ccServerURL>/rest/v2/users/groups/name/<groupName>
In version 4.1 and later: DELETE http://<ccServerURL>/rest/v2/ccusers/groups?groupName=<groupName>
For Cloud Cruiser 4.1 and later, use the following parameters:
Name | Type | Description | |
---|---|---|---|
URL query parameters (required) | groupName | string | The name of the user group to delete. |
None
text/plain
A statement of whether the deletion is successful.
DELETE http://localhost:8080/rest/v2/ccusers/groups?groupName=finance
Successfully deleted user group with name finance
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP