Deleting Memories

Delete removes memory immediately from a namespace. Use this when you need deterministic cleanup (privacy requests, data reset, bad data rollback).

When to Use This

  • User requests data removal

  • Memory is incorrect or unsafe

  • You are resetting a namespace before re-ingest

Request Fields

Required Fields

Field
Type
Description

namespace

string

Namespace to clear.

Step-by-Step

  1. Choose namespace to remove.

  2. Call delete endpoint.

  3. Validate deleted count from response.

Example Request Body

Examples by Language

Response Notes

  • nodesDeleted / deleted: number of records removed

  • deletion is immediate and irreversible

Last updated