Values.DeleteTemplateRequestSourceDeletes a cases template. You can delete up to 100 templates per domain. After a cases template is deleted: You can still retrieve the template by calling GetTemplate. You cannot update the template. You cannot create a case by using the deleted template. Deleted templates are not included in the ListTemplates response.
type nonrec t = {domainId : DomainId.t;The unique identifier of the Cases domain.
*)templateId : TemplateId.t;A unique identifier of a template.
*)}