import Supermemory from "supermemory";
const client = new Supermemory({
apiKey: process.env.SUPERMEMORY_API_KEY,
});
await client.documents.delete("doc_abc123");
// or by customId: await client.documents.delete("chat_session_1");
import Supermemory from "supermemory";
const client = new Supermemory({
apiKey: process.env.SUPERMEMORY_API_KEY,
});
await client.documents.delete("doc_abc123");
// or by customId: await client.documents.delete("chat_session_1");