| > Please provide a reference to official documentation of this URL as an API. On [this|https://wiki.jenkins.io/display/JENKINS/Remote+access+API] site of the official wiki it states: >For example, if your Jenkins installation sits at http://ci.jruby.org/, visiting http://ci.jruby.org/api/ will show just the top-level API features available – primarily a listing of the configured jobs for this Jenkins instance. When going to $JENKINS_URL/$PATH-TO-JOB/api it says: > To programmatically delete this job, do HTTP POST to this URL. Where "this URL" links to $JENKINS_URL/$PATH-TO-JOB/doDelete I'm not sure if I understood you correctly in your comment, so please let me know if I misunderstood. My colleagues have the theory that there is another undocumented, "proper" API endpoint somewhere within Jenkins that is documented nowhere. |