Skip to content

deleteRecoveryScheduleV2

Deletes a recovery schedule for a recovery plan.

Arguments

Argument Type Description
input (required) DeleteRecoveryScheduleV2Input! Deletes the recovery schedule information linked to the recovery plan.

Returns

Void

Sample

mutation DeleteRecoveryScheduleV2($input: DeleteRecoveryScheduleV2Input!) {
  deleteRecoveryScheduleV2(input: $input)
}
{
  "input": {
    "recoveryPlanId": "00000000-0000-0000-0000-000000000000"
  }
}
{
  "data": {
    "deleteRecoveryScheduleV2": "example-string"
  }
}