Skip to main content
DELETE
Marks a knowledge base as deleted by setting its status to "DELETED". This is a soft delete operation - the knowledge base data is retained but becomes inaccessible for normal operations.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
The unique identifier of the knowledge base to delete.

Response

object
Deletion confirmation object.
boolean
Always true when the deletion is successful.
string
Confirmation message about the deletion.
string
The ID of the deleted knowledge base.
null
Will be null on successful deletion.

Docs for agents: llms.txt