Deletes the assessment template that is specified by the ARN of the assessment template.
inspector_delete_assessment_template(assessmentTemplateArn)
[required] The ARN that specifies the assessment template that you want to delete.
svc$delete_assessment_template( assessmentTemplateArn = "string" )
# NOT RUN {
# Deletes the assessment template that is specified by the ARN of the
# assessment template.
svc$delete_assessment_template(
assessmentTemplateArn = "arn:aws:inspector:us-west-2:123456789012:target/0-nvgVhaxX/templa..."
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab