:doc:`LicenseManager <../../license-manager>` / Client / delete_license_asset_group

**************************
delete_license_asset_group
**************************



.. py:method:: LicenseManager.Client.delete_license_asset_group(**kwargs)

  

  Deletes a license asset group.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/DeleteLicenseAssetGroup>`_  


  **Request Syntax**
  ::

    response = client.delete_license_asset_group(
        LicenseAssetGroupArn='string'
    )
    
  :type LicenseAssetGroupArn: string
  :param LicenseAssetGroupArn: **[REQUIRED]** 

    Amazon Resource Name (ARN) of the license asset group.

    

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

    
    ::

      {
          'Status': 'ACTIVE'|'DISABLED'|'DELETED'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Status** *(string) --* 

        License asset group status.

        
  
  **Exceptions**
  
  *   :py:class:`LicenseManager.Client.exceptions.ValidationException`

  
  *   :py:class:`LicenseManager.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`LicenseManager.Client.exceptions.AuthorizationException`

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

  
  *   :py:class:`LicenseManager.Client.exceptions.RateLimitExceededException`

  
  *   :py:class:`LicenseManager.Client.exceptions.ServerInternalException`

  