Remove

Overview 

Removes a previously initialized send classification and returns the status of the action

Syntax 

Remove()

Example 

This sample code deletes the send classification with the external key mySendClassification:

1var sc = SendClassification.Init('mySendClassification');
2var status = sc.Remove();