:doc:`Backup <../../backup>` / Client / delete_backup_vault_notifications

*********************************
delete_backup_vault_notifications
*********************************



.. py:method:: Backup.Client.delete_backup_vault_notifications(**kwargs)

  

  Deletes event notifications for the specified backup vault.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/DeleteBackupVaultNotifications>`_  


  **Request Syntax**
  ::

    response = client.delete_backup_vault_notifications(
        BackupVaultName='string'
    )
    
  :type BackupVaultName: string
  :param BackupVaultName: **[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 Region where they are created.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Backup.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Backup.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`Backup.Client.exceptions.MissingParameterValueException`

  
  *   :py:class:`Backup.Client.exceptions.ServiceUnavailableException`

  