Remove

Overview 

Removes a previously initialized content area

Syntax 

Remove()

Example 

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

1var obj = ContentAreaObj.Init('myCA');
2var status = obj.Remove();