AMPscript
Add
Check Content
Remove
Retrieve
Update
Validate
Validate Your Server-Side JavaScript using WSProxy
Removes a previously initialized email
Remove()
This sample code deletes the email with the external key myEmail:
1var myEmail = Email.Init("myEmail");
2myEmail.Remove();