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
)
[REQUIRED]
The name of the provisioning template version to delete.
[REQUIRED]
The provisioning template version ID to delete.
dict
Response Syntax
{}
Response Structure
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