:doc:`XRay <../../xray>` / Client / delete_group

************
delete_group
************



.. py:method:: XRay.Client.delete_group(**kwargs)

  

  Deletes a group resource.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/DeleteGroup>`_  


  **Request Syntax**
  ::

    response = client.delete_group(
        GroupName='string',
        GroupARN='string'
    )
    
  :type GroupName: string
  :param GroupName: 

    The case-sensitive name of the group.

    

  
  :type GroupARN: string
  :param GroupARN: 

    The ARN of the group that was generated on creation.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`XRay.Client.exceptions.InvalidRequestException`

  
  *   :py:class:`XRay.Client.exceptions.ThrottledException`

  