Hello community,
i need to delete many users.
I would to do this with the jira api.
It works fine but after the api call i think the session does not closes after the deleting.
curl -D- -u USERNAME:PASSWORD -X DELETE -H "Content-Type:application/json" https://jira.com/jira/rest/api/2/user/?username=testdummy
What parameter i need for this in the api call?
Please poste a example.
Regards,
Sven