DefinitionRemove
Overview
Remove a previously initialized send definition and return the status of the removalSyntax
DefinitionRemove()
Examples
This sample code removes a send definition with an external key of myESD:
var esd = Send.Definition.Init('myESD');
var status = esd.Remove();