:doc:`LicenseManager <../../license-manager>` / Client / delete_license_manager_report_generator

***************************************
delete_license_manager_report_generator
***************************************



.. py:method:: LicenseManager.Client.delete_license_manager_report_generator(**kwargs)

  

  Deletes the specified report generator.

   

  This action deletes the report generator, which stops it from generating future reports. The action cannot be reversed. It has no effect on the previous reports from this generator.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/DeleteLicenseManagerReportGenerator>`_  


  **Request Syntax**
  ::

    response = client.delete_license_manager_report_generator(
        LicenseManagerReportGeneratorArn='string'
    )
    
  :type LicenseManagerReportGeneratorArn: string
  :param LicenseManagerReportGeneratorArn: **[REQUIRED]** 

    Amazon Resource Name (ARN) of the report generator to be deleted.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`LicenseManager.Client.exceptions.ValidationException`

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

  
  *   :py:class:`LicenseManager.Client.exceptions.ResourceLimitExceededException`

  
  *   :py:class:`LicenseManager.Client.exceptions.ServerInternalException`

  
  *   :py:class:`LicenseManager.Client.exceptions.AuthorizationException`

  
  *   :py:class:`LicenseManager.Client.exceptions.RateLimitExceededException`

  
  *   :py:class:`LicenseManager.Client.exceptions.AccessDeniedException`

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

  