Hi,

Really thanks for your quick reply, But the URL you have shared given the
Java coding but i want to do this bulk deletion using any API client. Below
are the values i am using to achieve the same and let me know if am doing
any mistake here.

*URL *: http://52.58.169.64:8080/syncope/rest/users
*Type* : Delete
*Payload*: {
  "operation":"DELETE",
  "targets":[
    *"{id}"*
  ]
}
*content-type* - application/json

But deleting single user is working fine with below details:

*URL *: http://52.58.169.64:8080/syncope/rest/users/{userId}
*Type* : Delete



*Also please let me know, is there a way to run multiple HTTP request at
same time in postman.*

Thanks,
Rajkumar kanikumar

--
View this message in context: 
http://syncope-user.1051894.n5.nabble.com/Bulk-Deletion-of-Users-using-APIs-tp5709247p5709249.html
Sent from the syncope-user mailing list archive at Nabble.com.

Reply via email to