SPlus.List.Item.delete (args, function (result){
//TODO: Implement what to do when an item/document was successfully deleted
}, function (eResponse){
//TODO: Implement what to do with the error information
}, function (){
//TODO: Implement how to handle a user’s cancel
});