Good Morning,
We have an application which is in charge of handeling deployment, before sending the project in mockup, we are using jenkins to run some test.
On jenkins, we can create the project and run build without any problem using curl. But when we delete a project on our application we want to remove the project in Jenkins using the API.
Unfortunately, I can't seems to be able to find out how to remove a project using the API.
Does anyone know of a way to remove a project using the web API ?
Thanks