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/871E-27F0-EBD5-4BCA-9FE0/sites/bb0127a7-5c05-4b7b-adaf-b160d0eb7306/groups/0cedd85e-fd64-460f-8a4f-0c693925295d?newGroupId=b877eb39-ff5e-4bb7-b9b9-9bc49e51cd5f
|
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).