Are these two steps mandatory to delete a Model?
var model = collection.get(id); model.destroy(); collection.remove(model);
Isn\'t there a way
Calling collection.reset() without passing any models as arguments will empty the entire collection.
http://backbonejs.org/#Collection-reset