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

***************************
delete_restore_testing_plan
***************************



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

  

  This request deletes the specified restore testing plan.

   

  Deletion can only successfully occur if all associated restore testing selections are deleted first.

  

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


  **Request Syntax**
  ::

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

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

    

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

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

  