AMPscript
Add
CancelSend
Remove
Retrieve
RetrieveLists
Validate Your Server-Side JavaScript using WSProxy
Attempts to cancel a currently existing send
CancelSend()
This sample code demonstrates how to perform this against an initialized send:
1var mySend = Send.Init(12345);
2var status = mySend.CancelSend();