Skip to main content
Convosphere AI home page
Search...
⌘K
Support
Get Started
Get Started
Search...
Navigation
Knowledge Base
Delete Document
Guides
API Reference
Dashboard
Support
Overview
API Reference
Authentication
POST
Login
POST
Signup
POST
Refresh Token
Agents
GET
List Agents
POST
Create Agent
GET
Get Agent
PUT
Update Agent
DEL
Delete Agent
Chat
POST
Send Message
POST
Stream Message
GET
Get Messages
GET
Get Conversations
Knowledge Base
GET
List Documents
POST
Upload Document
POST
Add URL
DEL
Delete Document
Integrations
GET
List Integrations
POST
Create Integration
GET
List Providers
Webhooks
GET
List Webhooks
POST
Create Webhook
Webhook Events
200
Copy
{
"success"
:
true
}
Knowledge Base
Delete Document
Copy page
Copy page
DELETE
/
api
/
agents
/
{agentId}
/
knowledge
/
documents
/
{documentId}
Try it
200
Copy
{
"success"
:
true
}
Description
Delete a document from the knowledge base.
Authentication
Required (API key or JWT token)
Path Parameters
documentId
string
required
The ID of the document to delete
Response
success
boolean
Whether deletion was successful
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Add URL
List Integrations
⌘I