Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_provisioning_template

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