Skip to main content
DELETE
/
memories
/
{key}
JavaScript
import Reminix from '@reminix/sdk';

const client = new Reminix({
  apiKey: process.env['REMINIX_API_KEY'], // This is the default and can be omitted
});

await client.memories.delete('x');
{
  "error": "Invalid request"
}

Authorizations

Authorization
string
header
required

API Key or Personal Access Token (PAT). When using PAT, include X-Project header.

Path Parameters

key
string
required

Memory key

Minimum string length: 1

Response

Memory deleted successfully