Skip to main content
DELETE
/
kb
/
v1
/
knowledge-bases
/
{id}
Delete Knowledge Base
curl --request DELETE \
  --url https://api-prod.interactly.ai/kb/v1/knowledge-bases/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "accepted"
}

Documentation Index

Fetch the complete documentation index at: https://docs.interactly.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

id
string
required

Knowledge Base ID

Response

message
string
Example:

"accepted"