`delete` everywhere
We had backwards compatibility for del
method but for sanity's sake we removed all traces of it. So now users can only use delete
methods on the client/server fetcher interface as well as the data-fetchers' interfaces.
Thanks @ptomasroos