TypeScript SDK
memories
Delete memory
Hard-delete a memory — fact, artifact, or episode.
Removes the Qdrant point outright (no soft-delete / tombstone). A
deleted fact disappears from supersede chains; the revision walker
(GET /{id}/revisions) tolerates the missing node and simply
stops there. Idempotent: the first delete returns 204, subsequent
deletes return 404 (the point is gone, so the existence check
below fails).
DELETE
TypeScript SDK
Authorizations
Long-lived org API key. Alternative: Authorization: Bearer <key>.
Required alongside the API key (no key→org reverse index).
Path Parameters
Response
Deleted. Subsequent DELETEs return 404 (idempotent contract).