Updated on 2025-08-13 GMT+08:00

Batch Deleting Knowledge Bases

Function

Delete knowledge bases in batches by IDs.

URI

DELETE /v1/{project_id}/applications/{application_id}/uni-search/knowledge-repo

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Definition:

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

Constraints:

N/A

Value range:

The value can contain 1 to 64 characters. Only digits, letters, hyphens (-), and underscores (_) are allowed. The value must start with a letter.

Default value:

N/A

application_id

Yes

String

Definition:

Application ID. For details about how to obtain the application ID, see Obtaining an Application ID.

Constraints:

Character string

Value range:

The value can contain 1 to 64 characters. Only digits, letters, hyphens (-), and underscores (_) are allowed. The value must start with a letter.

Default value:

N/A

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

Definition:

Token used for API authentication. For details about how to obtain the token, see Obtaining an IAM User Token.

Constraints:

N/A

Value range:

N/A

Default value:

N/A

Table 3 Request body parameters

Parameter

Mandatory

Type

Description

repo_ids

Yes

Array of strings

Definition:

Knowledge base ID array.

Constraints:

The length of each knowledge base ID cannot exceed 64 characters.

Value range:

N/A

Default value:

N/A

Response Parameters

Status code: 200

Table 4 Response body parameters

Parameter

Type

Description

total_count

Integer

Definition:

Number of expected deletions.

Value range:

N/A

deleted_count

Integer

Definition:

Number of deleted records.

Value range:

N/A

Status code: 400

Table 5 Response body parameters

Parameter

Type

Description

error_code

String

Definition:

Error Code.

Value range:

N/A

error_msg

String

Definition:

Error message.

Value range:

N/A

Status code: 500

Table 6 Response body parameters

Parameter

Type

Description

error_code

String

Definition:

Error Code.

Value range:

N/A

error_msg

String

Definition:

Error message.

Value range:

N/A

Example Requests

Delete knowledge bases in batches by IDs.

/v1/{project_id}/applications/{application_id}/uni-search/knowledge-repo

{
  "repo_ids" : [ "123235343", "abc" ]
}

Example Responses

Status code: 200

Response body for batch deletion.

{
  "total_count" : 1,
  "deleted_count" : 1
}

Status Codes

Status Code

Description

200

Response body for batch deletion.

400

Incorrect request body parameter.

500

Internal error.

Error Codes

See Error Codes.