if (FALSE) {
# The following operation deletes a configuration template named
# my-template for an application named my-app:
svc$delete_configuration_template(
ApplicationName = "my-app",
TemplateName = "my-template"
)
}
Run the code above in your browser using DataLab