I'm working with Angular 9 and Spring boot, i want to make delete request HTTP that delete multiple users. for one user it is easy by passing the id with the url ("localhost:8080/myApi/delete/1") but for multiple users i dont know how to do
Asked
Active
Viewed 629 times
0
-
use FormData. see first anwser of this thread https://stackoverflow.com/questions/59153634/send-list-of-int-in-angular-formdata-to-post-web-api-in-c-sharp – AlleXyS Apr 10 '20 at 17:17
-
This may help https://stackoverflow.com/questions/55515105/rest-delete-multiple-items-in-the-batch – Roath So Apr 10 '20 at 21:32