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
-
use FormData. see first anwser of this thread stackoverflow.com/questions/59153634/…AlleXyS– AlleXyS2020-04-10 17:17:46 +00:00Commented Apr 10, 2020 at 17:17
-
This may help stackoverflow.com/questions/55515105/…Roath So– Roath So2020-04-10 21:32:42 +00:00Commented Apr 10, 2020 at 21:32
Add a comment
|