Delete all memories associated with a project
The unique identifier of the project
void
401 - Not authenticated
404 - Project not found
import { deleteProjectMemories } from "@cpod/sdk";await deleteProjectMemories("project-123");console.log("Project memories cleared"); Copy
import { deleteProjectMemories } from "@cpod/sdk";await deleteProjectMemories("project-123");console.log("Project memories cleared");
Delete all memories associated with a project