Delete a specific semantic memory from a project.
Removes the semantic memory identified by semantic_id from the specified
project. This operation is permanent and cannot be undone.
If the semantic memory does not exist, a not-found error is returned.
Specification model for deleting semantic memories.
The unique ID of the specific semantic memory to be deleted.The unique identifier of the organization.
- Must not contain slashes (`/`).
- Must contain only letters, numbers, underscores, hyphens, and Unicode
characters (e.g., Chinese/Japanese/Korean). No slashes or other symbols
are allowed.
This value determines the namespace the project belongs to.The identifier of the project.
- Must be unique within the organization.
- Must not contain slashes (`/`).
- Must contain only letters, numbers, underscores, hyphens, 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.Successful Response