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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

knowledgeBaseId
string
required

Knowledge base identifier.

sourceId
string
required

Knowledge base source identifier.

Query Parameters

workspaceId
integer
required

Workspace identifier.

Response

204

Source removed.