All Products
Search
Document Center

Batch Compute:DeleteJob

Last Updated:Apr 12, 2018

Description

Deletes a job.

Request syntax

  1. 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.