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