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

********************************
delete_restore_testing_selection
********************************



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

  

  Input the Restore Testing Plan name and Restore Testing Selection name.

   

  All testing selections associated with a restore testing plan must be deleted before the restore testing plan can be deleted.

  

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


  **Request Syntax**
  ::

    response = client.delete_restore_testing_selection(
        RestoreTestingPlanName='string',
        RestoreTestingSelectionName='string'
    )
    
  :type RestoreTestingPlanName: string
  :param RestoreTestingPlanName: **[REQUIRED]** 

    Required unique name of the restore testing plan that contains the restore testing selection you wish to delete.

    

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

    Required unique name of the restore testing selection you wish to delete.

    

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

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

  