Entities
Cascade-delete all data for an entity.
Deletes memories, entity attributes, user profile, entity graph records, entity edges, and entity cards for the given entity ID. Idempotent — returns zero counts if the entity does not exist.
delete/v1/entities/{entity_type}/{entity_id}
Path parameters
entity_type'user' | 'agent' | 'session' required
entity_idstring required
Response
Deleted row counts per table.
object required