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

***********************
delete_backup_selection
***********************



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

  

  Deletes the resource selection associated with a backup plan that is specified by the ``SelectionId``.

  

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


  **Request Syntax**
  ::

    response = client.delete_backup_selection(
        BackupPlanId='string',
        SelectionId='string'
    )
    
  :type BackupPlanId: string
  :param BackupPlanId: **[REQUIRED]** 

    Uniquely identifies a backup plan.

    

  
  :type SelectionId: string
  :param SelectionId: **[REQUIRED]** 

    Uniquely identifies the body of a request to assign a set of resources to a backup plan.

    

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

  