Skip to main content

Delete Knowledge

Permanently delete a knowledge base item and all its associated vector embeddings.

Endpoint

DELETE /v1/knowledge/:id

Path Parameters

ParameterTypeDescription
idstringThe knowledge item ID to delete

Request

curl -X DELETE "https://api.callem.ai/v1/knowledge/abc123def456789012345678" \
  -H "Authorization: Bearer ck_live_your_api_key_here"

Response

{
  "id": "abc123def456789012345678",
  "deleted": true
}

Errors

CodeDescription
404Knowledge item not found, or belongs to a different project
This action is permanent. The knowledge item and all associated vector embeddings will be deleted. Any agent using this knowledge base will no longer have access to this content.