(First please check that this issue is not already solved as described
here)
Tell us what should happen
Tell us what happens instead
Tell us about the applicable parts of your setup.
Module versions (especially the part that's not working):
NodeJS version:
Operating System:
Browser Version:
React Native Version:
Module Loader:
Enable removing of multiple entries via { multi: [ 'remove' ] } then multiple remove is possible using and id of null (documented here and here) or sending a DELETE request to the main endpoint (documented here).
Most helpful comment
Enable removing of multiple entries via
{ multi: [ 'remove' ] }then multiple remove is possible using andidofnull(documented here and here) or sending aDELETErequest to the main endpoint (documented here).