:doc:`CodeGuruProfiler <../../codeguruprofiler>` / Client / delete_profiling_group

**********************
delete_profiling_group
**********************



.. py:method:: CodeGuruProfiler.Client.delete_profiling_group(**kwargs)

  

  Deletes a profiling group.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/codeguruprofiler-2019-07-18/DeleteProfilingGroup>`_  


  **Request Syntax**
  ::

    response = client.delete_profiling_group(
        profilingGroupName='string'
    )
    
  :type profilingGroupName: string
  :param profilingGroupName: **[REQUIRED]** 

    The name of the profiling group to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 

      The structure representing the deleteProfilingGroupResponse.

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

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

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

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

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

  