AMPscript
Add
Remove
Retrieve
Update
Validate Your Server-Side JavaScript using WSProxy
Removes a previously initialized send classification and returns the status of the action
Remove()
This sample code deletes the send classification with the external key mySendClassification:
1var sc = SendClassification.Init('mySendClassification');
2var status = sc.Remove();