IoT / Client / delete_provisioning_template
delete_provisioning_template#
- 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' ) - Parameters:
- templateName (string) – - [REQUIRED] - The name of the fleet provision template to delete. 
- Return type:
- dict 
- Returns:
- Response Syntax - {}- Response Structure - (dict) – 
 
 - 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