Skip to main content
DELETE
/
api
/
knowledge-bases
/
{knowledgeBaseId}
Delete knowledge base
curl --request DELETE \
  --url https://api.upon-ai.com/api/knowledge-bases/{knowledgeBaseId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://documentation.uponai.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Generate tokens from your profile settings at app.uponai.com.

Path Parameters

knowledgeBaseId
string
required

Knowledge base identifier.

Query Parameters

workspaceId
integer
required

Workspace identifier. Call GET /api/workspaces to list workspaces accessible to your token.

Response

204

Knowledge base deleted.