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

**********************
delete_metered_product
**********************



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

  

  Deletes a metered product.

  

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


  **Request Syntax**
  ::

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

    The ID of the license endpoint from which to remove the metered product.

    

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

    The product ID to remove from the license endpoint.

    

  
  
  :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.ValidationException`

  