Delete Job
Deletes a job by id.
Method
DELETE /job/{id}
Parameters
Path Parameters
Name | Description |
---|---|
id | The id of the job to be deleted. |
Result
This method returns no content.
Response Codes
Code | Media type | Description |
---|---|---|
204 | Request successful. | |
404 | application/json | Job with given id does not exist. See the Introduction for the error response format. |
500 | application/json | The job could not be deleted. See the Introduction for the error response format. |
Example
Request
DELETE /job/aJobId
Response
Status 204. No content.