Backbone.js model.destroy() not sending DELETE request Backbone.js model.destroy() not sending DELETE request ajax ajax

Backbone.js model.destroy() not sending DELETE request


Do your models have an ID? If not, the HTTP request won't be sent. – nikoshr May 14 at 18:03

Thanks so much! Nikoshr's little comment was exactly what I needed. I spent the last 5 hours messing with this. I just had to add an id to the defaults in my model.