destroyData
    Store.prototype.destroyData(request, response)
  
  A requestHandler that removes an item from the store.
fixture("DELETE /api/todos/{_id}", todoStore.destroyData)
  
  
  
Store.prototype.destroyData(request, response)
  A requestHandler that removes an item from the store.
fixture("DELETE /api/todos/{_id}", todoStore.destroyData)