I'm Working with one of Spring's tutorials on integrating Spring with Mongo DB. http://ift.tt/1nMSrHF
I simply want to be able to delete multiple records using CURL.
something like
curl -X DELETE http://localhost:8080/people/
The tutorial shows how to delete a specific record but not multiple records. Fairly new with working with CURL as well..Pretty sure I'm missing something simple, thanks. FYI the method to delete a single record would be
curl -X DELETE http://localhost:8080/people/53149b8e3004990b1af9f229
Aucun commentaire:
Enregistrer un commentaire