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