deleteAssessmentTemplate

Deletes the assessment template that is specified by the ARN of the assessment template.

Samples


fun main() { 
   //sampleStart 
   // Deletes the assessment template that is specified by the ARN of the assessment template.
inspectorClient.deleteAssessmentTemplate {
    assessmentTemplateArn = "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/template/0-it5r2S4T"
} 
   //sampleEnd
}