Skip to main content

Delete a ServerGroup

Select

SaaS
Customer Managed

Used to delete a serverGroup

Path Parameters
  • serverGroupId int32 required

    Id of the serverGroup to delete

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/servergroup/:servergroupid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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