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/C0A3-7852-C066-473A-BB6A/sites/a52344c6-6462-4fff-9d67-ff4f4dfdf6a8/groups/6e354582-85ec-4ea8-826d-b0c7bfe71fa1?newGroupId=6d950fb8-8eb8-4fd8-9716-b795a5bac411
|
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).