DElETE /jobs/<sessionid>/<jobname>

Unload a job configuration and stop all related processes

Parameters

None

Example of request

DELETE http://localhost:5000/jobs/test/dummy

Response

{
    "ok": true
}

resources informations

Authentication Require an admin
HTTP Method GET