Skip to main content
DELETE
/
v1
/
knowledge-bases
/
{id}
{
  "success": true,
  "message": "Knowledge base deleted successfully",
  "powered_by": "Teli"
}

Authentication

X-API-Key
string
required
Your Teli API key

Path Parameters

id
string
required
Knowledge base ID to delete

Request Example

curl -X DELETE "https://api.teli.ai/v1/knowledge-bases/knowledge_base_7a0682ce5fc02413" \
  -H "X-API-Key: YOUR_API_KEY"

Response

{
  "success": true,
  "message": "Knowledge base deleted successfully",
  "powered_by": "Teli"
}

Deleting a knowledge base removes it from all linked voice agents. Agents will no longer have access to this knowledge during calls.