Delete Job by ID

delete

/job/{id}

Delete the given Job.

Request

Path Parameters
Back to Top

Response

200 Response

The job details were deleted successfully.

404 Response

Job details not found.
Back to Top

Examples

The following example shows how to delete a job by submitting a DELETE request on the REST resource using cURL. For more information about cURL, see "Use cURL".

curl -X DELETE 'hostname:port/job/1" -H "accept: */*"

Example of the Response Body

If successful, the response code 200 is returned along with a header.

Back to Top