Erase all memory for a contact
Agents
Erase all memory for a contact
GDPR right-to-erasure: permanently delete every memory entry stored about a contact across all agents, and flip the contact’s memory_enabled flag to false so agents stop writing new memories about them. The opt-out flag is set before the vector delete to close the race where a concurrent agent turn could re-add an entry. Requires an operator role (owner or admin).
DELETE
Erase all memory for a contact
Authorizations
Dashboard JWT token from Clerk
Query Parameters
The contact whose memory should be erased. Required so a stray call cannot wipe the whole tenant.
Response
204
The contact's memory was erased and future memory writes were disabled. No response body is returned.