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

******************
delete_report_plan
******************



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

  

  Deletes the report plan specified by a report plan name.

  

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


  **Request Syntax**
  ::

    response = client.delete_report_plan(
        ReportPlanName='string'
    )
    
  :type ReportPlanName: string
  :param ReportPlanName: **[REQUIRED]** 

    The unique name of a report plan.

    

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

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

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

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

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

  