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

*******************************************
disassociate_backup_vault_mpa_approval_team
*******************************************



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

  

  Removes the association between an MPA approval team and a backup vault, disabling the MPA approval workflow for restore operations.

  

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


  **Request Syntax**
  ::

    response = client.disassociate_backup_vault_mpa_approval_team(
        BackupVaultName='string',
        RequesterComment='string'
    )
    
  :type BackupVaultName: string
  :param BackupVaultName: **[REQUIRED]** 

    The name of the backup vault from which to disassociate the MPA approval team.

    

  
  :type RequesterComment: string
  :param RequesterComment: 

    An optional comment explaining the reason for disassociating the MPA approval team from the backup vault.

    

  
  
  :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.InvalidRequestException`

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

  