Skip to content

Delete Restore Testing Plan

backup_delete_restore_testing_plan R Documentation

This request deletes the specified restore testing plan

Description

This request deletes the specified restore testing plan.

Deletion can only successfully occur if all associated restore testing selections are deleted first.

Usage

backup_delete_restore_testing_plan(RestoreTestingPlanName)

Arguments

RestoreTestingPlanName

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

Value

An empty list.

Request syntax

svc$delete_restore_testing_plan(
  RestoreTestingPlanName = "string"
)