Delete Job
DELETE/job/:id
Deletes a job by id.
Request
Responses
- 204
- 404
- 500
Request successful. This method returns no content.
Job with given id does not exist. See the Introduction for the error response format.
The job could not be deleted. See the Introduction for the error response format.