delete_backup_vault

Backup.Client.delete_backup_vault(**kwargs)

Deletes the backup vault identified by its name. A vault can be deleted only if it is empty.

See also: AWS API Documentation

Request Syntax

response = client.delete_backup_vault(
    BackupVaultName='string'
)
Parameters
BackupVaultName (string) --

[REQUIRED]

The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.

Returns
None

Exceptions

  • Backup.Client.exceptions.ResourceNotFoundException
  • Backup.Client.exceptions.InvalidParameterValueException
  • Backup.Client.exceptions.MissingParameterValueException
  • Backup.Client.exceptions.ServiceUnavailableException
  • Backup.Client.exceptions.InvalidRequestException