DeleteRecoveryPlan
The deleteRecoveryPlan method deletes the recovery plan that is passed as parameter.
Synopsis
DeleteRecoveryPlanTask deleteRecoveryPlan(RecoveryPlan plan)
DeleteRecoveryPlanTask is a Task object that contains information about the status of the operation. Site Recovery Manager Server retains the object for 30 minutes after the task finishes.
The plan parameter specifies the recovery plan that must be deleted
The IsDeleteRecoveryPlanComplete returns true if the task is complete.
The GetDeleteRecovryPlanFailure returns the failure that occurs during the delete operation. If the plan or its peer is not in a valid state, the task fails with InvalidState.
Faults
RuntimeFault