Skip to main content

Delete a Kubernetes application group

API to delete a Kubernetes application group with applicationGroupId

Path Parameters
  • applicationGroupId int32 required

    applicationGroupId is the ID of the Kubernetes application group

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
DELETE /v5/kubernetes/applicationgroup/:applicationgroupid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
applicationGroupId — path required
curl -L -X DELETE 'https://localhost/webconsole/api/V5/Kubernetes/ApplicationGroup/:applicationGroupId' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'