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/116F-4BE5-384A-4EB8-BCD4/sites/54f99e53-7725-4703-9e90-6c69a8ded8cd/groups/1e23103e-02ee-49eb-aa2b-32d381977b60?newGroupId=e6b2b2f3-b6fc-4275-98db-314eb31c4704
|
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).