Values.DeleteApprovalRuleTemplateInputSourceDeletes a specified approval rule template. Deleting a template does not remove approval rules on pull requests already created with the template.
type nonrec t = {approvalRuleTemplateName : ApprovalRuleTemplateName.t;The name of the approval rule template to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ApprovalRuleTemplateName.t ]) list ]