Skip to main content

Delete a CommcellGroup

Select

SaaS
Customer Managed

Used to delete a commcellGroup

Path Parameters
  • commcellGroupId int32 required

    Id of the commcellGroup to delete

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/commcellgroup/:commcellgroupid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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