Help Center/ CodeArts Req/ API Reference/ API/ Scrum Project Statuses/ Plans of a Scrum Project/ Deleting Work Items in the Current Plan in Batches
Updated on 2026-05-19 GMT+08:00

Deleting Work Items in the Current Plan in Batches

Function

This API is used to delete work items in the current plan in batches.

Calling Method

For details, see Calling APIs.

URI

DELETE /v3/plan/{project_id}/{plan_id}/issue

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Definition:

32-character UUID of a project, which must be unique.

Obtain the value by calling the API for Querying the Project List. The value of project_id in the response message body is the project ID.

Constraints:

Regular expression: [A-Za-z0-9]{32}

Value range:

N/A

Default value:

N/A

plan_id

Yes

String

Definition:

Unique ID of a release or sprint. You can obtain the release/sprint ID using the Obtaining the Sprint List of a Specified Project API. The value of the id field in the response message body is the release/sprint ID.

Constraints:

N/A

Value range:

N/A

Default value:

N/A

Request Parameters

None

Response Parameters

Status code: 200

Table 2 Response body parameters

Parameter

Type

Description

status

String

Definition:

Status of the response body.

Value range:

success: successful

error: failed

Example Requests

{endpoint}/v3/plan/5192de5eb435430c8cd41c6ae6028848/f29c3f16d5f54cbab5e167ef9eed3baf/issue

Example Responses

Status code: 200

Response body.

{
  "status" : "success"
}

Status Codes

Status Code

Description

200

Response body.

Error Codes

See Error Codes.