When I call deleteRecord() on some of my hasMany relations, Ember Data sends a (successful) DELETE request, but the record is not removed from the
deleteRecord()
DELETE
Here's a working JSBin demonstrating the general idea of deleting items : http://jsbin.com/ucanam/1059/edit
Can you post an example of whatever is giving you problems?