destroy
Extends the underlying destroy so any instances hydrated during this request are kept in the store until all the concurrent requests complete.
connection.destroy( instance )
Increments an internal request counter so instances hydrated during this request will be stored, and then decrements the counter after the request is complete. This prevents concurrent requests for the same data from returning different instances.
Parameters
- instance
{Object}
:a typed instance being deleted