Deleting a Job
Function
This API is used to delete a job in any status.
URI
- URI format
DELETE /v1.0/{project_id}/job/{job_id}
- Parameter description
Table 1 URI parameter description Parameter
Mandatory
Description
project_id
Yes
Project ID. For details about how to obtain the project ID, see Obtaining a Project ID.
job_id
Yes
Job ID.
Request
None
Response
- Example response
{ "message_id": "CS.18000", "message": "The CS job is deleted successfully.", "current_time": 1550218039715 } - Parameter description
Table 2 Response parameters Parameter
Mandatory
Type
Description
message_id
No
String
Message type ID.
message
No
String
Message content.
current_time
No
Int
Current time, expressed by milliseconds.
Status Code
Table 3 describes the status code.
Error Code
For details, see Error Codes.
Last Article: Stopping Jobs in Batches
Next Article: Deleting Jobs in Batches
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.