Remove
Overview
Removes a previously initialized emailSyntax
Remove()
Example
This sample code deletes the email with the external key myEmail:
var myEmail = Email.Init("myEmail");
myEmail.Remove();
Remove()
This sample code deletes the email with the external key myEmail:
var myEmail = Email.Init("myEmail");
myEmail.Remove();