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

****************************
delete_license_configuration
****************************



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

  

  Deletes the specified license configuration.

   

  You cannot delete a license configuration that is in use.

  

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


  **Request Syntax**
  ::

    response = client.delete_license_configuration(
        LicenseConfigurationArn='string'
    )
    
  :type LicenseConfigurationArn: string
  :param LicenseConfigurationArn: **[REQUIRED]** 

    ID of the license configuration.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`LicenseManager.Client.exceptions.InvalidParameterValueException`

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

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

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

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

  