Description
Deletes a job.
Request syntax
DELETE /jobs/{Id}
Attribute description
| Attribute | Type | Required or Not | Description |
|---|---|---|---|
| Id | String | Yes | ID of a job. |
Response
Success
The 204 status code is returned.
Error codes
| Error code | Error message | Status code | Syntax |
|---|---|---|---|
| InvalidkNotFound | Job Id can not be empty or not starts with ‘job’..NotFound | 404 | It is returned when the jobId is invalid. |
| StateConflict | User operation is invalid. The current resource state is {state}. | 409 | The current resource is in {state} state. The operation is invalid. |