Values.DeleteConfigurationTemplateMessageSourceRequest to delete a configuration template.
type nonrec t = {applicationName : ApplicationName.t;The name of the application to delete the configuration template from.
*)templateName : ConfigurationTemplateName.t;The name of the configuration template to delete.
*)}val make :
applicationName:ApplicationName.t ->
templateName:ConfigurationTemplateName.t ->
unit ->
t