Remove data from the knowledge graph.
everything: true to delete all user data.dataset alone to delete an entire dataset.dataset + data_id to delete a single item.dataset + memory_only: true to clear memory
(graph + vector), preserving raw files so the dataset can be re-cognified.dataset + data_id + memory_only: true to clear memory
for a single file only.Documentation Index
Fetch the complete documentation index at: https://docs.cognee.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
When True with a dataset, delete only memory (graph nodes/edges and vector embeddings) and reset pipeline status — raw files and data records are preserved. This allows re-cognifying the dataset from scratch.
Successful Response