IoT.Client.
delete_provisioning_template
(**kwargs)¶Deletes a provisioning template.
Requires permission to access the DeleteProvisioningTemplate action.
See also: AWS API Documentation
Request Syntax
response = client.delete_provisioning_template(
templateName='string'
)
[REQUIRED]
The name of the fleet provision template to delete.
{}
Response Structure
Exceptions
IoT.Client.exceptions.InternalFailureException
IoT.Client.exceptions.InvalidRequestException
IoT.Client.exceptions.ResourceNotFoundException
IoT.Client.exceptions.DeleteConflictException
IoT.Client.exceptions.ThrottlingException
IoT.Client.exceptions.ConflictingResourceUpdateException
IoT.Client.exceptions.UnauthorizedException