DELETE /service/api/console/gsm/{gsmKey}/sites/{siteId}/groups/{groupId}
?newGroupId={newGroupId}
Deletes a group under a given GSM site.
Request Information
URI Parameters
| Name | Description | Type | Additional Information |
|---|---|---|---|
| gsmKey |
The GSM console keycode. |
string |
Required |
| siteId |
The site identifier. |
string |
Required |
| groupId |
The group identifier. |
string |
Required |
| newGroupId |
The id of the new group to where endpoints from the deleted group are moved to. If not specified, the endpoints are moved to the default group. |
string |
None. |
URI Sample(s)
|
DELETE
|
https://unityapi.webrootcloudav.com/service/api/console/gsm/4C15-AF5B-BB9D-4BB4-9472/sites/0131f583-a1c4-4c69-8f72-cace2f9e1668/groups/0443b83c-d54c-4e32-a43b-3578367c9870?newGroupId=a5f8e508-8f25-4e1c-9a88-b19b34999eeb
|
Body Parameters
None.
Response Information
Resource Description
None. If successful, this API action does not return any data and the response status code will be 204 (No Content).