Values.DeleteApprovalRuleTemplateOutputSourceDeletes a specified approval rule template. Deleting a template does not remove approval rules on pull requests already created with the template.
type nonrec t = {approvalRuleTemplateId : ApprovalRuleTemplateId.t option;The system-generated ID of the deleted approval rule template. If the template has been previously deleted, the only response is a 200 OK.
*)}type nonrec error = [ | `ApprovalRuleTemplateInUseException of ApprovalRuleTemplateInUseException.t| `ApprovalRuleTemplateNameRequiredException of
ApprovalRuleTemplateNameRequiredException.t| `InvalidApprovalRuleTemplateNameException of
InvalidApprovalRuleTemplateNameException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ApprovalRuleTemplateInUseException of unit
| `ApprovalRuleTemplateNameRequiredException of unit
| `InvalidApprovalRuleTemplateNameException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ApprovalRuleTemplateInUseException of unit
| `ApprovalRuleTemplateNameRequiredException of unit
| `InvalidApprovalRuleTemplateNameException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of (string * [> `String of ApprovalRuleTemplateId.t ]) list ]