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
- 200
- 400
- 503
Failover group DR operation schedule deleted
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Service Unavailable
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...