Remove
Overview
Removes a previously initialized send classification and returns the status of the actionSyntax
Remove()
Example
This sample code deletes the send classification with the external key mySendClassification:
var sc = SendClassification.Init('mySendClassification');
var status = sc.Remove();