DefinitionRemove

Overview 

Remove a previously initialized send definition and return the status of the removal

Syntax 

DefinitionRemove()

Examples 

This sample code removes a send definition with an external key of myESD:

1var esd = Send.Definition.Init('myESD');
2var status = esd.Remove();