Skip to content

Delete Backup Vault Lock Configuration

backup_delete_backup_vault_lock_configuration R Documentation

Deletes Backup Vault Lock from a backup vault specified by a backup vault name

Description

Deletes Backup Vault Lock from a backup vault specified by a backup vault name.

If the Vault Lock configuration is immutable, then you cannot delete Vault Lock using API operations, and you will receive an InvalidRequestException if you attempt to do so. For more information, see Vault Lock in the Backup Developer Guide.

Usage

backup_delete_backup_vault_lock_configuration(BackupVaultName)

Arguments

BackupVaultName

[required] The name of the backup vault from which to delete Backup Vault Lock.

Value

An empty list.

Request syntax

svc$delete_backup_vault_lock_configuration(
  BackupVaultName = "string"
)