:doc:`IdentityStore <../../identitystore>` / Client / delete_group

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



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

  

  Delete a group within an identity store given ``GroupId``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/identitystore-2020-06-15/DeleteGroup>`_  


  **Request Syntax**
  ::

    response = client.delete_group(
        IdentityStoreId='string',
        GroupId='string'
    )
    
  :type IdentityStoreId: string
  :param IdentityStoreId: **[REQUIRED]** 

    The globally unique identifier for the identity store.

    

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

    The identifier for a group in the identity store.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

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

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

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

  