A user is able to create jenkins jobs from the application in order to schedule an action.
I would like to know if it's possible to delete a jenkins project after the build has been executed. There is the Post-build action "delete workspace when build is done" but it only deletes the workspace, not the project.
It should be possible with an HTTP POST
Look at
http://jenkinsServer/job/YourJob/api/?