Updated on 2025-09-10 GMT+08:00

Deleting Plans in Batches

Function

This API is used to delete plans in batches.

Calling Method

For details, see Calling APIs.

URI

DELETE /v3/plan/{project_id}/management

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Definition:

32-character UUID of a project, which uniquely identifies a project. Obtain the value of this parameter from the project_id field in the response body of the Querying the Project List API.

Constraints:

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

Options:

N/A

Default value:

N/A

Request Parameters

Table 2 Request body parameters

Parameter

Mandatory

Type

Description

[items]

Yes

Array of strings

Definition:

32-character UUID of a plan.

Constraints:

N/A

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

status

String

Definition:

API response status.

Value range:

success: successful

error: failed

Example Requests

https://{endpoint}/v3/plan/e2da96a5d2c845e284f0ad47f8ca8cb1/management

[ "0579f0388ed84b00884a09c49862a229", "2a49ac3c37c14facacd2576c81b6bf01" ]

Example Responses

Status code: 200

Definition:

Returned success data in JSON format.

Options:

N/A

{
  "status" : "success"
}

Status Codes

Status Code

Description

200

Definition:

Returned success data in JSON format.

Options:

N/A

Error Codes

See Error Codes.