DeadlineCloud / Client / delete_metered_product
delete_metered_product#
- DeadlineCloud.Client.delete_metered_product(**kwargs)#
Deletes a metered product.
See also: AWS API Documentation
Request Syntax
response = client.delete_metered_product( licenseEndpointId='string', productId='string' )
- Parameters:
licenseEndpointId (string) –
[REQUIRED]
The ID of the license endpoint from which to remove the metered product.
productId (string) –
[REQUIRED]
The product ID to remove from the license endpoint.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
DeadlineCloud.Client.exceptions.AccessDeniedException
DeadlineCloud.Client.exceptions.InternalServerErrorException
DeadlineCloud.Client.exceptions.ResourceNotFoundException
DeadlineCloud.Client.exceptions.ThrottlingException
DeadlineCloud.Client.exceptions.ValidationException