Skip to main content

Delete User Group (Deprecated)

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

This operation deletes a user group.

More Details

Path Parameters
  • UserGroupId string required
Query Parameters
  • newUserId string
  • newUserGroupId string
Responses

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • errorString string
  • errorCode integer
  • entity object
  • GUID string
  • userGroupName string
  • userGroupId integer
DELETE /usergroup/:usergroupid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
UserGroupId — path required
newUserId — query
newUserGroupId — query
curl -L -X DELETE 'https://CommandCenterHostName/commandcenter/api/UserGroup/:UserGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'