Skip to content

Delete File from Knowledge Base

DELETE
/api/v1/knowledge/bases/{kb_uuid}/files/{file_id}

Delete file from the specified knowledge base

Authorizations

ApiKeyAuth

API Key authentication using X-API-Key header.
Example: X-API-Key: lbk_your_api_key_here

TypeAPI Key (header: X-API-Key)
or
BearerAuth

Bearer token authentication. Can be either a user JWT token or an API key.
Example: Authorization: Bearer <token_or_key>

TypeHTTP (bearer)

Parameters

Path Parameters

kb_uuid*

Knowledge Base UUID

Typestring
Required
file_id*

File ID

Typestring
Required

Responses

Deletion successful

application/json
JSON
{
"code": 0,
"msg": "ok",
"data": {
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI