Javascript
import Supermemory from 'supermemory'; const client = new Supermemory({ apiKey: 'My API Key', }); await client.memories.delete('id');
This response does not have an example.
Delete a memory
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Memory deleted successfully
Was this page helpful?