Skip to main content
POST
Delete a knowledge source and all its associated embeddings from the vector database.
This action is irreversible. All chunks and embeddings from this source will be permanently deleted.

Request Body

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

Response

boolean
Whether the source was deleted successfully.
integer
Number of chunks removed from the vector database.