Delete Knowledge Base
Soft-delete a knowledge base and all its documents.
DELETE
/api/v1/knowledge/{id}Authorization
apiKey X-API-Key<token>
Your Sim API key (personal or workspace). Generate one from the Sim dashboard under Settings > API Keys.
In: header
Path Parameters
id*string
Knowledge base ID.
Query Parameters
workspaceId*string
The unique identifier of the workspace.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE \ "https://www.sim.ai/api/v1/knowledge/KB_ID?workspaceId=YOUR_WORKSPACE_ID" \ -H "X-API-Key: YOUR_API_KEY"{
"success": true,
"data": {
"message": "Knowledge base deleted successfully"
}
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}