Skip to main content

Delete failover group

API to delete failover group

Path Parameters
  • failoverGroupId int32 required

    Id of the failover group

Responses

OK


Schema
  • errorMessage string
  • errorCode int32
DELETE /v4/failovergroups/:failovergroupid    

Authorization

type: apiKeyname: Authtokenin: header

Request

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