Learn R Programming

paws.security.identity (version 0.1.0)

cloudhsmv2_delete_backup: Deletes a specified AWS CloudHSM backup

Description

Deletes a specified AWS CloudHSM backup. A backup can be restored up to 7 days after the DeleteBackup request. For more information on restoring a backup, see RestoreBackup

Usage

cloudhsmv2_delete_backup(BackupId)

Arguments

BackupId

[required] The ID of the backup to be deleted. To find the ID of a backup, use the DescribeBackups operation.

Request syntax

svc$delete_backup(
  BackupId = "string"
)