DELETE /service/api/console/gsm/{gsmKey}/sites/{siteId}/groups/{groupId}
 ?newGroupId={newGroupId}

Deletes a group under a given GSM site.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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/C0C6-6653-6F0F-4B49-AAD8/sites/80114045-a502-492a-9d25-477d45cced7e/groups/2a9be209-53cc-41a4-8661-d4909c8a5900?newGroupId=0d1da6c8-61fa-4f0d-a57a-176a12871d64

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).