Skip to content

Delete Restore Testing Selection

backup_delete_restore_testing_selection R Documentation

Input the Restore Testing Plan name and Restore Testing Selection name

Description

Input the Restore Testing Plan name and Restore Testing Selection name.

All testing selections associated with a restore testing plan must be deleted before the restore testing plan can be deleted.

Usage

backup_delete_restore_testing_selection(RestoreTestingPlanName,
  RestoreTestingSelectionName)

Arguments

RestoreTestingPlanName

[required] Required unique name of the restore testing plan that contains the restore testing selection you wish to delete.

RestoreTestingSelectionName

[required] Required unique name of the restore testing selection you wish to delete.

Value

An empty list.

Request syntax

svc$delete_restore_testing_selection(
  RestoreTestingPlanName = "string",
  RestoreTestingSelectionName = "string"
)