IoT / Client / delete_provisioning_template_version
delete_provisioning_template_version¶
- IoT.Client.delete_provisioning_template_version(**kwargs)¶
- Deletes a provisioning template version. - Requires permission to access the DeleteProvisioningTemplateVersion action. - See also: AWS API Documentation - Request Syntax- response = client.delete_provisioning_template_version( templateName='string', versionId=123 ) - Parameters:
- templateName (string) – - [REQUIRED] - The name of the provisioning template version to delete. 
- versionId (integer) – - [REQUIRED] - The provisioning template version ID to delete. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- IoT.Client.exceptions.InternalFailureException
- IoT.Client.exceptions.InvalidRequestException
- IoT.Client.exceptions.ThrottlingException
- IoT.Client.exceptions.ResourceNotFoundException
- IoT.Client.exceptions.UnauthorizedException
- IoT.Client.exceptions.ConflictingResourceUpdateException
- IoT.Client.exceptions.DeleteConflictException