pub async fn delete_email_template_with_id(
configuration: &Configuration,
email_template_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
) -> Result<(), Error<DeleteEmailTemplateWithIdError>>
Expand description
Deletes the email template for the given Id.