DeadlineCloud / Client / delete_license_endpoint
delete_license_endpoint#
- DeadlineCloud.Client.delete_license_endpoint(**kwargs)#
Deletes a license endpoint.
See also: AWS API Documentation
Request Syntax
response = client.delete_license_endpoint( licenseEndpointId='string' )
- Parameters:
licenseEndpointId (string) –
[REQUIRED]
The license endpoint ID of the license endpoint to delete.
- 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.ConflictException
DeadlineCloud.Client.exceptions.ValidationException