Delete a project.
Deletes the specified project identified by org_id and project_id,
following the same rules as project creation.
This operation removes the project and all associated memories (episodes) permanently from the system. It cannot be undone.
If the project does not exist, a not-found error is returned.
Specification model for deleting a project.
This model defines the identifiers required to delete a project from a
specific organization. The identifiers must comply with the SafeId
rules.
Deletion operations are typically irreversible and remove both metadata and associated configuration for the specified project.
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