:doc:`DeadlineCloud <../../deadline>` / Client / delete_license_endpoint

***********************
delete_license_endpoint
***********************



.. py:method:: DeadlineCloud.Client.delete_license_endpoint(**kwargs)

  

  Deletes a license endpoint.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/DeleteLicenseEndpoint>`_  


  **Request Syntax**
  ::

    response = client.delete_license_endpoint(
        licenseEndpointId='string'
    )
    
  :type licenseEndpointId: string
  :param licenseEndpointId: **[REQUIRED]** 

    The license endpoint ID of the license endpoint to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DeadlineCloud.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.InternalServerErrorException`

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

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

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

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

  