deleteTemplate

Deletes the specified template.

Samples

// Deletes a template by its ARN. The template must not be associated with any policy.
networkSecurityManagerClient.deleteTemplate {
    templateIdentifier = "arn:aws:network-security-manager:us-east-1:123456789012:template:xyz789"
}