Spectra Logic
1-800-833-1132 : 1-303-449-6400


Access Control Operations : Group Operations : Delete Group

Delete Group
Description
Deletes the specified group.
Note:
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/group/{group UUID, name, or other unique attribute}/
To determine the UUID for a group, see Get Groups.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request deletes the group with the name “Accounting”.
DELETE http[s]://blackpearl-hostname/_rest_/group/Accounting HTTP/1.1
Sample Response
HTTP/1.1 204 No Content