Skip to main content

Delete Failover Group

Select

SaaS
Customer Managed

This operation deletes Failover group

More Details

Path Parameters
  • FailoverGroupId string required
Responses

OK


Schema
  • resp object
  • errorMessage string
  • errorCode integer
  • entity object
  • vAppId integer
  • vAppName string
DELETE /failovergroups/:failovergroupid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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