Skip to main content

Delete failover group DR operation schedule

Select

SaaS
Customer Managed

API to delete failover group DR operation schedule

Path Parameters
  • failoverGroupId int32 required

    Id of the failover group

  • scheduleId int32 required

    ID of the DR operation schedule

Responses

Failover group DR operation schedule deleted


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

Authorization

type: apiKeyname: Authtokenin: header

Request

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