Updated on 2024-12-10 GMT+08:00

Deleting a Job Execution Object (Deprecated)

Function

This API is used to delete a job execution object. This API is compatible with Sahara.

URI

  • Format

    DELETE /v1.1/{project_id}/job-executions/{job_execution_id}

  • Parameter description
    Table 1 URI parameters

    Parameter

    Mandatory

    Description

    project_id

    Yes

    Explanation

    The project ID. For details about how to obtain the project ID, see Obtaining a Project ID.

    Constraints

    N/A

    Value range

    N/A

    Default value

    N/A

    job_execution_id

    Yes

    Explanation

    The job ID.

    Constraints

    N/A

    Value range

    N/A

    Default value

    N/A

Request Parameters

None

Response Parameters

None

Example Request

Delete a job execution object.

DELETE https://{endpoint}/v1.1/{project_id}/job-executions/{job_execution_id}

Example Response

None

Status Codes

Table 2 describes the status code.

Table 2 Status code

Status Code

Description

204

The job execution object is deleted.

See Status Codes.

Error Codes

For details, see Error Codes.