Remove
Overview
Remove an initialized sendSyntax
Remove()
Example
This sample code deletes the send with ID 12345.
var s = Send.Init(12345);
s.Remove();
Remove()
This sample code deletes the send with ID 12345.
var s = Send.Init(12345);
s.Remove();