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/B587-66D6-1FB5-4793-B514/sites/ba39f2e2-761b-4edc-a6d8-a0dc38ebe61e/groups/9b475df1-5db8-42b6-be7a-3e3abf483d63?newGroupId=c73ae578-0f09-40f3-8d17-9a733248300e
|
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).