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

******************
delete_log_pattern
******************



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

  

  Removes the specified log pattern from a ``LogPatternSet``.

  

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


  **Request Syntax**
  ::

    response = client.delete_log_pattern(
        ResourceGroupName='string',
        PatternSetName='string',
        PatternName='string'
    )
    
  :type ResourceGroupName: string
  :param ResourceGroupName: **[REQUIRED]** 

    The name of the resource group.

    

  
  :type PatternSetName: string
  :param PatternSetName: **[REQUIRED]** 

    The name of the log pattern set.

    

  
  :type PatternName: string
  :param PatternName: **[REQUIRED]** 

    The name of the log pattern.

    

  
  
  :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`

  