Delete Semantic Memory
Memories
Delete Semantic Memory
Delete semantic memories from a project.
This operation permanently removes one or more semantic memories from the
specified project. You may provide either semantic_id to delete a single
memory or semantic_ids to delete multiple memories in one request.
This action cannot be undone.
If any of the specified semantic memories do not exist, a not-found error is returned for those entries.
POST
Delete Semantic Memory
Documentation Index
Fetch the complete documentation index at: https://docs.memmachine.ai/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Specification model for deleting semantic memories.
The unique identifier of the organization.
- Must not contain slashes (`/`).
- Must contain only letters, numbers, underscores, hyphens, colon, and Unicode
characters (e.g., Chinese/Japanese/Korean). No slashes or other symbols
are allowed.
This value determines the namespace the project belongs to.
Examples:
"MemVerge"
"AI_Labs"
The identifier of the project.
- Must be unique within the organization.
- Must not contain slashes (`/`).
- Must contain only letters, numbers, underscores, hyphens, colon, and Unicode
characters (e.g., Chinese/Japanese/Korean). No slashes or other symbols
are allowed.
This ID is used in API paths and resource locations.
Examples:
"memmachine"
"research123"
"qa_pipeline"
The unique ID of the specific semantic memory.
Examples:
"12"
"23"
A list of unique IDs of semantic memories.
Examples:
["123", "345"]
["23"]
Response
Successful Response

