Forget a Profile
DELETE /namespaces/{ns}/profiles/{profile_id} forgets everything held about one profile — every memory, and the profile’s summary with it.
2xx means none of that profile’s memories remain, and there is no undo.
Forget One Session
A session is forgotten through its source, on the Sources page —DELETE …/profiles/{id}/sources/{source_id}. Use the source_id from the ingest 202, or look it up first with GET …/sources?session_id=. This forgets that one session and the memories derived from it, leaving the rest of the profile intact.
You can forget a whole profile (here) or one session, by its source. Forgetting a single memory is not yet available.
Related
- Sources — forget one session by deleting its source
- Writing memories — how memories get in
- Recalling memories — reading a profile whole