Values.DeleteWhatsAppMessageTemplateInputSourceDeletes a WhatsApp message template.
type nonrec t = {metaTemplateId : MetaTemplateId.t option;The numeric ID of the template assigned by Meta.
*)deleteAllLanguages : DeleteAllLanguages.t option;If true, deletes all language versions of the template.
*)id : LinkedWhatsAppBusinessAccountId.t;The ID of the WhatsApp Business Account associated with this template.
*)templateName : MetaTemplateName.t;The name of the template to delete.
*)}val make :
?metaTemplateId:??? ->
?deleteAllLanguages:??? ->
id:LinkedWhatsAppBusinessAccountId.t ->
templateName:MetaTemplateName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of DeleteAllLanguages.t | `String of MetaTemplateId.t ])
list ]