humanApiMemories
Supersede a memory
Marks a memory as superseded (soft delete). Use when info is outdated/incorrect. The memory remains for audit trail but won't appear in normal queries.
Users can supersede memories about them (subject_id = user) and the private memories of the agents they own. Anything else is 403.
post/api/v1/me/memories/{id}/supersede
Path parameters
idstring required
Memory ID
Headers
X-API-Keystring required
Enter your API key for programmatic access
Response
Superseded Memory
MemoriesSupersedeUserMemoryResponse200 required— unresolved $ref