Is there a way to pass arguments to the destroy function of a model?
I see in makeRequest it gets rid of all properties other than the id before making the destroy request.
I'd like to pass another argument back to the server with the destroy request along with the id
Thanks!