Feathers: use feathers-cli, generate service, how to delete multiple data by one http?

Created on 17 Jun 2019  Â·  1Comment  Â·  Source: feathersjs/feathers

Steps to reproduce

(First please check that this issue is not already solved as described
here
)

  • [ ] Tell us what broke. The more detailed the better.
  • [ ] If you can, please create a simple example that reproduces the issue and link to a gist, jsbin, repo, etc. This makes it much easier for us to debug and issues that have a reproducable example will get higher priority.

Expected behavior

Tell us what should happen

Actual behavior

Tell us what happens instead

System configuration

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:

Most helpful comment

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).

>All comments

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).

Was this page helpful?
0 / 5 - 0 ratings

Related issues

arve0 picture arve0  Â·  4Comments

perminder-klair picture perminder-klair  Â·  3Comments

codeus-de picture codeus-de  Â·  4Comments

eric-burel picture eric-burel  Â·  3Comments

Vincz picture Vincz  Â·  4Comments