:doc:`ApplicationInsights <../../application-insights>` / Client / delete_application

******************
delete_application
******************



.. py:method:: ApplicationInsights.Client.delete_application(**kwargs)

  

  Removes the specified application from monitoring. Does not delete the application.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/application-insights-2018-11-25/DeleteApplication>`_  


  **Request Syntax**
  ::

    response = client.delete_application(
        ResourceGroupName='string'
    )
    
  :type ResourceGroupName: string
  :param ResourceGroupName: **[REQUIRED]** 

    The name of the resource group.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`ApplicationInsights.Client.exceptions.ResourceNotFoundException`

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

  
  *   :py:class:`ApplicationInsights.Client.exceptions.BadRequestException`

  
  *   :py:class:`ApplicationInsights.Client.exceptions.InternalServerException`

  