Updated on 2023-10-24 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

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

    job_execution_id

    Yes

    The job ID.

Request Parameters

None

Response Parameters

None

Example

  • Example request

    None

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