Remove

Overview 

Removes a previously initialized email

Syntax 

Remove()

Example 

This sample code deletes the email with the external key myEmail:

1var myEmail = Email.Init("myEmail");
2myEmail.Remove();