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/DB60-71F1-97FA-475F-B706/sites/cb0d5fd3-dff4-4265-be66-3a9c558762bc/groups/01ff60db-a6db-4946-8e1d-dbfb6cd32fb4?newGroupId=d2c7d947-8b27-4c48-bf84-4639c9885cb7
|
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).