:doc:`ApplicationCostProfiler <../../applicationcostprofiler>` / Client / delete_report_definition

************************
delete_report_definition
************************



.. py:method:: ApplicationCostProfiler.Client.delete_report_definition(**kwargs)

  

  Deletes the specified report definition in AWS Application Cost Profiler. This stops the report from being generated.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/AWSApplicationCostProfiler-2020-09-10/DeleteReportDefinition>`_  


  **Request Syntax**
  ::

    response = client.delete_report_definition(
        reportId='string'
    )
    
  :type reportId: string
  :param reportId: **[REQUIRED]** 

    Required. ID of the report to delete.

    

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

    
    ::

      {
          'reportId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **reportId** *(string) --* 

        ID of the report that was deleted.

        
  
  **Exceptions**
  
  *   :py:class:`ApplicationCostProfiler.Client.exceptions.InternalServerException`

  
  *   :py:class:`ApplicationCostProfiler.Client.exceptions.ThrottlingException`

  
  *   :py:class:`ApplicationCostProfiler.Client.exceptions.ValidationException`

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

  