I understand that project deletion via rest api was not possible long back. Can someone please let me know if its the same case now?
Is it still not possible to delete projects Via Rest API?
Quick response is appreciated
Thanks,
Deepa
Hello @Deepa Tantry
It's possible now - https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/project-deleteProject
DELETE /rest/api/2/project/{projectIdOrKey}
Deletes a project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.