Delete Project
Projects
Delete Project
Delete a project.
Deletes the specified project identified by project_id.
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.
POST
Delete Project
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Specification model for deleting a project.
Deletion is irreversible and removes the project and all associated data permanently.
The identifier of the project. If empty, the user's default project is used.
Maximum string length:
255Pattern:
^[\p{L}\p{N}_:-]*$Response
Successful Response

