Returns an RxJS operator to delete a resource identified by an Accessor or a Resource. It is equivalent to
switchMap(x => x.delete()) Copy
switchMap(x => x.delete())
a function that transforms the source Observable
Returns an RxJS operator to delete a resource identified by an Accessor or a Resource. It is equivalent to